shut up HG STATUS NOTIFIER

master
UbitUmarov 2020-06-21 17:09:33 +01:00
parent 7da23b6714
commit 7b77609537
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Friends
if (ids.Count == 0)
continue; // no one to notify. caller don't do this
m_log.DebugFormat("[HG STATUS NOTIFIER]: Notifying {0} friends in {1}", ids.Count, kvp.Key);
//m_log.DebugFormat("[HG STATUS NOTIFIER]: Notifying {0} friends in {1}", ids.Count, kvp.Key);
// ASSUMPTION: we assume that all users for one home domain
// have exactly the same set of service URLs.
// If this is ever not true, we need to change this.