From 2773d93d4003557822ffc371f0f0b3b5b055b4f9 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Mon, 20 Mar 2017 09:17:21 +0100 Subject: [PATCH] Update log message refs #4991 --- lib/redis/rediswriter-config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/redis/rediswriter-config.cpp b/lib/redis/rediswriter-config.cpp index af96bf800..c18c815f4 100644 --- a/lib/redis/rediswriter-config.cpp +++ b/lib/redis/rediswriter-config.cpp @@ -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) {