aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Addons/Groups
diff options
context:
space:
mode:
authorUbitUmarov2018-07-14 00:46:47 +0100
committerUbitUmarov2018-07-14 00:46:47 +0100
commit8ed4bee521d9736abd753ed1e72c7e0461e49846 (patch)
tree09b475a99a255e49ee3c63703033ee8b281201d3 /OpenSim/Addons/Groups
parentminor changes to last patch (diff)
downloadopensim-SC-8ed4bee521d9736abd753ed1e72c7e0461e49846.zip
opensim-SC-8ed4bee521d9736abd753ed1e72c7e0461e49846.tar.gz
opensim-SC-8ed4bee521d9736abd753ed1e72c7e0461e49846.tar.bz2
opensim-SC-8ed4bee521d9736abd753ed1e72c7e0461e49846.tar.xz
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)
Diffstat (limited to '')
-rw-r--r--OpenSim/Addons/Groups/Service/GroupsService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Addons/Groups/Service/GroupsService.cs b/OpenSim/Addons/Groups/Service/GroupsService.cs
index 38f87a2..bed91d9 100644
--- a/OpenSim/Addons/Groups/Service/GroupsService.cs
+++ b/OpenSim/Addons/Groups/Service/GroupsService.cs
@@ -850,7 +850,7 @@ namespace OpenSim.Groups
850 return false; 850 return false;
851 } 851 }
852 852
853 if (!add && data == null) // it dosn't exist, can't update 853 if (!add && data == null) // it doesn't exist, can't update
854 { 854 {
855 m_log.DebugFormat("[Groups]: Group {0} doesn't exist. Can't update it", groupID); 855 m_log.DebugFormat("[Groups]: Group {0} doesn't exist. Can't update it", groupID);
856 return false; 856 return false;