mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-26 23:24:09 +02:00
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…
x
Reference in New Issue
Block a user