mirror of
https://github.com/opensim/opensim.git
synced 2026-05-14 18:55:39 +08:00
remove some useless NULL arguments
This commit is contained in:
@@ -88,7 +88,7 @@ namespace OpenSim.Framework.Monitoring
|
||||
con.Output("check categories available are:");
|
||||
|
||||
foreach (string category in RegisteredChecks.Keys)
|
||||
con.Output(" {0}", null, category);
|
||||
con.Output(" {0}", category);
|
||||
}
|
||||
// else
|
||||
// {
|
||||
|
||||
Reference in New Issue
Block a user