mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
Minor improvements to logging
Eliminated an extra newline in the console if the log line doesn't contain a category (example of a category: "[ASSETS]").
This commit is contained in:
committed by
Justin Clark-Casey (justincc)
parent
d3a4d67a20
commit
2f398231ac
@@ -296,6 +296,10 @@ namespace OpenSim.Framework.Console
|
||||
matches[0].Groups["Category"].Value);
|
||||
System.Console.Write("]:");
|
||||
}
|
||||
else
|
||||
{
|
||||
outText = outText.Trim();
|
||||
}
|
||||
}
|
||||
|
||||
if (level == "error")
|
||||
|
||||
Reference in New Issue
Block a user