mirror of https://github.com/Icinga/icinga2.git
Merge pull request #6336 from Icinga/fix/log-message-typo
Fix unnecessary blank in log message
This commit is contained in:
commit
1956c6aa78
|
@ -277,7 +277,7 @@ bool NodeUtility::UpdateConfiguration(const String& value, bool include, bool re
|
|||
String configurationFile = Application::GetSysconfDir() + "/icinga2/icinga2.conf";
|
||||
|
||||
Log(LogInformation, "cli")
|
||||
<< "Updating ' " << value << "' include in '" << configurationFile << "'.";
|
||||
<< "Updating '" << value << "' include in '" << configurationFile << "'.";
|
||||
|
||||
NodeUtility::CreateBackupFile(configurationFile);
|
||||
|
||||
|
|
Loading…
Reference in New Issue