From 039dbc7029cbc4fa390ae0695f9b365c3a0f22c7 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Wed, 9 Oct 2013 15:09:17 +0200 Subject: [PATCH] Build fix. --- icinga-app/icinga.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/icinga-app/icinga.cpp b/icinga-app/icinga.cpp index 0dc9acfcd..2084c3cdf 100644 --- a/icinga-app/icinga.cpp +++ b/icinga-app/icinga.cpp @@ -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); -- 2.40.0