mirror of
https://github.com/opensim/opensim.git
synced 2026-07-30 05:13:54 +08:00
* Changing log messages to use 24 hour clock rather than 12 hour - hope nobody objects
This commit is contained in:
@@ -222,7 +222,7 @@ namespace OpenSim.Framework.Console
|
||||
{
|
||||
lock (m_syncRoot)
|
||||
{
|
||||
string now = DateTime.Now.ToString("[MM-dd hh:mm:ss] ");
|
||||
string now = DateTime.Now.ToString("[MM-dd HH:mm:ss] ");
|
||||
Log.Write(now);
|
||||
try
|
||||
{
|
||||
@@ -479,4 +479,4 @@ namespace OpenSim.Framework.Console
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user