minor: Comment out windlight log message about sending scene data for now.
parent
b21c06de23
commit
f0845c18d4
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue