mantis 8333: kept idea but my own code. With ini setting ConsoleHistoryTimeStamp set to true, the console history file will have timestamps. Im lazy date is in en-us culture for now. (robust also)

This commit is contained in:
UbitUmarov
2018-07-14 00:46:47 +01:00
parent a235a28132
commit 8ed4bee521
2 changed files with 24 additions and 3 deletions

View File

@@ -850,7 +850,7 @@ namespace OpenSim.Groups
return false;
}
if (!add && data == null) // it dosn't exist, can't update
if (!add && data == null) // it doesn't exist, can't update
{
m_log.DebugFormat("[Groups]: Group {0} doesn't exist. Can't update it", groupID);
return false;