more logging for wine fixes

This commit is contained in:
goat 2022-12-10 18:53:54 +01:00
parent d3797e2ff6
commit 71bcbde131
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
2 changed files with 2 additions and 1 deletions

View file

@ -9,6 +9,7 @@
int wmain(int argc, wchar_t** argv)
{
logging::start_file_logging("dalamud.injector.boot.log", true);
logging::I("Dalamud Injector, (c) 2021 XIVLauncher Contributors");
logging::I("Built at : " __DATE__ "@" __TIME__);