Skip to content

Commit

Permalink
don't log in injector to work around linux crash
Browse files Browse the repository at this point in the history
  • Loading branch information
goaaats committed Jul 3, 2024
1 parent 8d08f46 commit b546dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dalamud.Injector.Boot/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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__);

Expand Down

0 comments on commit b546dd0

Please sign in to comment.