minor: Comment out windlight log message about sending scene data for now.
parent
253f8de8cd
commit
e24edada24
|
@ -207,7 +207,8 @@ namespace OpenSim.Region.CoreModules.World.LightShare
|
||||||
|
|
||||||
private void EventManager_OnMakeRootAgent(ScenePresence presence)
|
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);
|
SendProfileToClient(presence.ControllingClient);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue