From 52f4d7a5f745c3a97e7f5fb60aa52513a47e6032 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Tue, 20 May 2014 10:38:44 +0200 Subject: [PATCH] Fix the current zone master log message. Fixes #6241 --- lib/remote/apilistener.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/remote/apilistener.cpp b/lib/remote/apilistener.cpp index 9135ff36c..8a7071b01 100644 --- a/lib/remote/apilistener.cpp +++ b/lib/remote/apilistener.cpp @@ -320,7 +320,7 @@ void ApiListener::ApiTimerHandler(void) Utility::FormatDateTime("%Y/%m/%d %H:%M:%S", ts)); } - Log(LogInformation, "remote", "Current master: " + GetMaster()->GetName()); + Log(LogInformation, "remote", "Current zone master: " + GetMaster()->GetName()); std::vector names; BOOST_FOREACH(const Endpoint::Ptr& endpoint, DynamicType::GetObjects())