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