mirror of https://github.com/Icinga/icinga2.git
parent
0b466aabc0
commit
2773d93d40
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue