mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-11 03:31:08 +00:00
Move status log calls to use LogInfo
This commit is contained in:
+1
-1
@@ -145,7 +145,7 @@ void PerlembParser::ReloadQuests() {
|
||||
perl = nullptr;
|
||||
}
|
||||
|
||||
Log(Logs::General, Logs::Status, "Error re-initializing perlembed: %s", e.what());
|
||||
LogInfo("Error re-initializing perlembed: [{}]", e.what());
|
||||
throw e.what();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user