mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
don't log in injector to work around linux crash
This commit is contained in:
parent
8d08f46fd7
commit
b546dd0f96
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
int wmain(int argc, wchar_t** argv)
|
||||
{
|
||||
// Take care: don't redirect stderr/out here, we need to write our pid to stdout for XL to read
|
||||
logging::start_file_logging("dalamud.injector.boot.log", false);
|
||||
//logging::start_file_logging("dalamud.injector.boot.log", false);
|
||||
logging::I("Dalamud Injector, (c) 2021 XIVLauncher Contributors");
|
||||
logging::I("Built at : " __DATE__ "@" __TIME__);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue