mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-11 20:08:37 +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
@@ -144,7 +144,7 @@ void PerlembParser::ReloadQuests() {
|
||||
perl = nullptr;
|
||||
}
|
||||
|
||||
Log.Out(Logs::General, Logs::Status, "Error re-initializing perlembed: %s", e.what());
|
||||
Log(Logs::General, Logs::Status, "Error re-initializing perlembed: %s", e.what());
|
||||
throw e.what();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user