Update log message

refs #4991
This commit is contained in:
Gunnar Beutner 2017-03-20 09:17:21 +01:00 committed by Michael Friedrich
parent 0b466aabc0
commit 2773d93d40
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ void RedisWriter::UpdateAllConfigObjects(void)
if (reply->type == REDIS_REPLY_STATUS || reply->type == REDIS_REPLY_ERROR) {
Log(LogInformation, "RedisWriter")
<< "DEL icinga:config:" << typeName << ": " << reply->str;
<< "DEL icinga:config:" << typeName << " icinga:status:" << typeName << ": " << reply->str;
}
if (reply->type == REDIS_REPLY_ERROR) {