Changed some console logging for slot and group errors.

This commit is contained in:
Trevius
2015-01-09 20:16:23 -06:00
parent 7e72f10a3b
commit f799b8ef68
2 changed files with 7 additions and 4 deletions
+2 -1
View File
@@ -3261,7 +3261,8 @@ uint32 Database::GetGroupID(const char* name){
if (results.RowCount() == 0)
{
LogFile->write(EQEmuLog::Debug, "Character not in a group: %s", name);
// Commenting this out until logging levels can prevent this from going to console
//LogFile->write(EQEmuLog::Debug, "Character not in a group: %s", name);
return 0;
}