]> granicus.if.org Git - icinga2/commitdiff
Update log message
authorGunnar Beutner <gunnar.beutner@icinga.com>
Mon, 20 Mar 2017 08:17:21 +0000 (09:17 +0100)
committerMichael Friedrich <michael.friedrich@icinga.com>
Wed, 29 Mar 2017 08:17:03 +0000 (10:17 +0200)
refs #4991

lib/redis/rediswriter-config.cpp

index af96bf800b55e21494b979d0945983365516ef91..c18c815f4811d536469e28cfc0fad084fdf9d2d1 100644 (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) {