]> granicus.if.org Git - icinga2/commitdiff
Add sysconf dir to the version info message.
authorGunnar Beutner <gunnar.beutner@netways.de>
Wed, 27 Nov 2013 10:47:14 +0000 (11:47 +0100)
committerGunnar Beutner <gunnar.beutner@netways.de>
Wed, 27 Nov 2013 10:47:14 +0000 (11:47 +0100)
Refs #5224

lib/base/application.cpp

index 932e9f9b793f26d064811b521a83c1d7d9674382..1b224a44595f26cc15e5b2078219a761780e9fa2 100644 (file)
@@ -319,6 +319,7 @@ void Application::DisplayVersionMessage(void)
        std::cerr << "***" << std::endl
                  << "* Application version: " << GetVersion() << std::endl
                  << "* Installation root: " << GetPrefixDir() << std::endl
+                 << "* Sysconf directory: " << GetSysconfDir() << std::endl
                  << "* Local state directory: " << GetLocalStateDir() << std::endl
                  << "* Package data directory: " << GetPkgDataDir() << std::endl
                  << "* State path: " << GetStatePath() << std::endl