From 288b354d117aa61cd35e17dff58dc1b30ef3cec5 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Fri, 2 Sep 2016 09:35:35 +0200 Subject: [PATCH] Improve log message for ignored config updates fixes #12623 --- lib/remote/apilistener-configsync.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/remote/apilistener-configsync.cpp b/lib/remote/apilistener-configsync.cpp index 23f91e23b..d72fd715b 100644 --- a/lib/remote/apilistener-configsync.cpp +++ b/lib/remote/apilistener-configsync.cpp @@ -71,7 +71,7 @@ Value ApiListener::ConfigUpdateObjectAPIHandler(const MessageOrigin::Ptr& origin if (!listener->GetAcceptConfig()) { Log(LogWarning, "ApiListener") - << "Ignoring config update for object '" << objName << "' of type '" << objType << "'. '" << listener->GetName() << "' does not accept config."; + << "Ignoring config update from '" << origin->FromClient->GetIdentity() << "' for object '" << objName << "' of type '" << objType << "'. '" << listener->GetName() << "' does not accept config."; return Empty; } -- 2.49.0