mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
re-enable boot logging
This commit is contained in:
parent
7a1e1cd3dc
commit
f7cf037b9b
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
int wmain(int argc, wchar_t** argv)
|
||||
{
|
||||
//logging::start_file_logging("dalamud.injector.boot.log", true);
|
||||
logging::start_file_logging("dalamud.injector.boot.log", true);
|
||||
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