Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update old message
  • Loading branch information
tmeshkova committed Jan 14, 2014
1 parent 3947b3e commit 7d60680
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions embedding/embedlite/EmbedInitGlue.h
Expand Up @@ -123,12 +123,12 @@ bool LoadEmbedLite(int argc = 0, char** argv = 0)
}
}
if (!IsLibXulInThePath(greHome, xpcomPath)) {
printf("libxpcom.so is not found, in %s\n", xpcomPath.c_str());
printf("libxul.so is not found, in %s\n", xpcomPath.c_str());
greHome = getenv("BUILD_GRE_HOME");
}

if (!IsLibXulInThePath(greHome, xpcomPath)) {
printf("libxpcom.so is not found, in %s return fail\n", xpcomPath.c_str());
printf("libxul.so is not found, in %s return fail\n", xpcomPath.c_str());
return false;
}

Expand Down

0 comments on commit 7d60680

Please sign in to comment.