mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 20:55:43 +08:00
remove some more useless NULL arguments
This commit is contained in:
@@ -198,7 +198,7 @@ namespace OpenSim.Framework.Servers
|
||||
|
||||
if (newDebug < 0 || newDebug > 6)
|
||||
{
|
||||
MainConsole.Instance.Output("{0} is outside the valid debug level range of 0..6", null, newDebug);
|
||||
MainConsole.Instance.Output("{0} is outside the valid debug level range of 0..6", newDebug);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user