mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-06 21:53:51 +00:00
[Database] Fix console output in database:dump --dump-output-to-console
This commit is contained in:
parent
a75648f73f
commit
0dbcf83a11
@ -324,7 +324,9 @@ void DatabaseDumpService::DatabaseDump()
|
||||
}
|
||||
}
|
||||
|
||||
LogSys.LoadLogSettingsDefaults();
|
||||
if (!IsDumpOutputToConsole()) {
|
||||
LogSys.LoadLogSettingsDefaults();
|
||||
}
|
||||
|
||||
if (!pipe_file.empty()) {
|
||||
std::string file = fmt::format("{}.sql", GetDumpFileNameWithPath());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user