mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-03 13:36:36 +00:00
[Performance] Reworked how all log calls are made in the source, see changelog.txt for more details
This commit is contained in:
+1
-1
@@ -252,7 +252,7 @@ void ZoneDatabase::InsertPetitionToDB(Petition* wpet)
|
||||
}
|
||||
|
||||
#if EQDEBUG >= 5
|
||||
Log.Out(Logs::General, Logs::None, "New petition created");
|
||||
Log(Logs::General, Logs::None, "New petition created");
|
||||
#endif
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user