Fix the current zone master log message.

Fixes #6241
This commit is contained in:
Michael Friedrich 2014-05-20 10:38:44 +02:00
parent c5e3d5de9d
commit 52f4d7a5f7
1 changed files with 1 additions and 1 deletions

View File

@ -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<String> names;
BOOST_FOREACH(const Endpoint::Ptr& endpoint, DynamicType::GetObjects<Endpoint>())