mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-07 23:52:24 +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()) {
|
if (!pipe_file.empty()) {
|
||||||
std::string file = fmt::format("{}.sql", GetDumpFileNameWithPath());
|
std::string file = fmt::format("{}.sql", GetDumpFileNameWithPath());
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user