mirror of https://github.com/Icinga/icinga2.git
parent
88d108159d
commit
7610cc95fe
|
@ -458,7 +458,7 @@ void Application::DisplayInfoMessage(bool skipVersion)
|
|||
std::cerr << "Application information:" << std::endl;
|
||||
|
||||
if (!skipVersion)
|
||||
std::cerr << "* Application version: " << GetVersion() << std::endl;
|
||||
std::cerr << " Application version: " << GetVersion() << std::endl;
|
||||
|
||||
std::cerr << " Installation root: " << GetPrefixDir() << std::endl
|
||||
<< " Sysconf directory: " << GetSysconfDir() << std::endl
|
||||
|
|
Loading…
Reference in New Issue