* Changing log messages to use 24 hour clock rather than 12 hour - hope nobody objects

ThreadPoolClientBranch
Justin Clarke Casey 2008-01-23 19:38:12 +00:00
parent dfbfa856bb
commit 51146fc80d
1 changed files with 2 additions and 2 deletions

View File

@ -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
}
}
}
}
}