* More assorted console cleaning

This commit is contained in:
Adam Frisby
2007-06-05 13:00:57 +00:00
parent 1e716260c8
commit f1e231e4ba
3 changed files with 7 additions and 14 deletions

View File

@@ -244,7 +244,7 @@ namespace OpenSim.GridInterfaces.Local
}
catch (Exception e)
{
Console.WriteLine(e.Message);
MainConsole.Instance.Error(e.Message);
}
}