From 58f8c042f616c2568496aeb13428230deb854db0 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Tue, 14 Oct 2008 18:53:56 +0000 Subject: * minor: change m_debug to m_debugPacketLevel since that's what it is --- OpenSim/Region/Application/OpenSim.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenSim/Region/Application') diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs index c877aad..93d56bc 100644 --- a/OpenSim/Region/Application/OpenSim.cs +++ b/OpenSim/Region/Application/OpenSim.cs @@ -555,11 +555,11 @@ namespace OpenSim int newDebug; if (int.TryParse(args[1], out newDebug)) { - m_sceneManager.SetDebugPacketOnCurrentScene(newDebug); + m_sceneManager.SetDebugPacketLevelOnCurrentScene(newDebug); } else { - m_console.Error("packet debug should be 0..2"); + m_console.Error("packet debug should be 0..255"); } m_console.Notice("New packet debug: " + newDebug.ToString()); } -- cgit v1.1