minor: Comment out windlight log message about sending scene data for now.

0.7.6-extended
Justin Clark-Casey (justincc) 2013-09-26 00:39:32 +01:00
parent b21c06de23
commit f0845c18d4
1 changed files with 2 additions and 1 deletions

View File

@ -207,7 +207,8 @@ namespace OpenSim.Region.CoreModules.World.LightShare
private void EventManager_OnMakeRootAgent(ScenePresence presence)
{
m_log.Debug("[WINDLIGHT]: Sending windlight scene to new client");
// m_log.Debug("[WINDLIGHT]: Sending windlight scene to new client {0}", presence.Name);
SendProfileToClient(presence.ControllingClient);
}