From e3ddfbc5667b33d6d3ddb753f7546eb29e320156 Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Sat, 3 Aug 2013 17:49:38 +0100 Subject: Commented out groups spam Further reduces chance of error message burying. --- source/GroupManager.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'source') diff --git a/source/GroupManager.cpp b/source/GroupManager.cpp index a474de9cb..396ad2e2f 100644 --- a/source/GroupManager.cpp +++ b/source/GroupManager.cpp @@ -1,4 +1,3 @@ - #include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules #include "GroupManager.h" @@ -88,7 +87,7 @@ cGroupManager::cGroupManager() for( unsigned int i = 0; i < Split.size(); i++) { Group->AddPermission( Split[i] ); - LOGINFO("Permission: %s", Split[i].c_str() ); + //LOGINFO("Permission: %s", Split[i].c_str() ); } } @@ -102,7 +101,7 @@ cGroupManager::cGroupManager() } } } - LOG("-- Done Loading Groups --"); + LOG("-- Groups Successfully Loaded --"); } -- cgit v1.2.3