Logs::QSServer to LogInfo

This commit is contained in:
Akkadius
2019-09-02 04:23:50 -05:00
parent 89bfbe6bd2
commit acae5d81ab
3 changed files with 268 additions and 216 deletions
+1 -1
View File
@@ -168,7 +168,7 @@ void WorldServer::HandleMessage(uint16 opcode, const EQ::Net::Packet &p)
break;
}
default:
Log(Logs::Detail, Logs::QSServer, "Received unhandled ServerOP_QueryServGeneric", Type);
LogInfo("Received unhandled ServerOP_QueryServGeneric", Type);
break;
}
break;