mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
a few cosmetic changes
This commit is contained in:
@@ -174,10 +174,10 @@ namespace OpenSim.Framework.Servers
|
||||
m_consoleAppender.Console = (ConsoleBase)m_console;
|
||||
|
||||
// If there is no threshold set then the threshold is effectively everything.
|
||||
if (null == m_consoleAppender.Threshold)
|
||||
if (m_consoleAppender.Threshold is null)
|
||||
m_consoleAppender.Threshold = Level.All;
|
||||
|
||||
Notice(String.Format("Console log level is {0}", m_consoleAppender.Threshold));
|
||||
//Notice($"Console log level is {m_consoleAppender.Threshold}");
|
||||
}
|
||||
|
||||
if (m_logFileAppender != null && startupConfig != null)
|
||||
|
||||
Reference in New Issue
Block a user