mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
varregion: add lots of DEBUG level log messages. Especially for teleport.
This commit is contained in:
@@ -42,7 +42,8 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
{
|
||||
public abstract class SceneBase : IScene
|
||||
{
|
||||
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
private static readonly string LogHeader = "[SCENE]";
|
||||
|
||||
#region Events
|
||||
|
||||
|
||||
Reference in New Issue
Block a user