mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +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)
|
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);
|
Log.Write(now);
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
@@ -479,4 +479,4 @@ namespace OpenSim.Framework.Console
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user