mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user