Change log severity for a debug message.

This commit is contained in:
Gunnar Beutner 2013-10-17 16:03:44 +02:00
parent 5647694c2a
commit 20e7536b0d
1 changed files with 1 additions and 1 deletions

View File

@ -1557,7 +1557,7 @@ void ClusterListener::UpdateAuthority(void)
}
}
Log(LogInformation, "cluster", "Cluster authority: " + Convert::ToString(checker_count) + "x checker, " + Convert::ToString(notifications_count) + "x notifications");
Log(LogDebug, "cluster", "Cluster authority: " + Convert::ToString(checker_count) + "x checker, " + Convert::ToString(notifications_count) + "x notifications");
}
bool ClusterListener::SupportsChecks(void)