Build fix.

This commit is contained in:
Gunnar Beutner 2013-10-09 15:09:17 +02:00
parent 635167fe55
commit 039dbc7029

View File

@ -309,11 +309,7 @@ int main(int argc, char **argv)
return EXIT_SUCCESS;
}
Log(LogInformation, "icinga-app", "Icinga application loader"
#ifndef _WIN32
" (version: " ICINGA_VERSION ")"
#endif /* _WIN32 */
);
Log(LogInformation, "icinga-app", "Icinga application loader (version: " + Application::GetVersion() + ")");
String searchDir = Application::GetPkgLibDir();
Log(LogInformation, "base", "Adding library search dir: " + searchDir);