mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
Build fix.
This commit is contained in:
parent
635167fe55
commit
039dbc7029
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user