diff --git a/game_payload/src/ace.c b/game_payload/src/ace.c index dfb14ef..88064ab 100644 --- a/game_payload/src/ace.c +++ b/game_payload/src/ace.c @@ -38,7 +38,7 @@ static void _create_driver_file(const char *path) { HANDLE file = CreateFileA(path, GENERIC_WRITE, FILE_SHARE_READ, NULL, CREATE_ALWAYS, FILE_ATTRIBUTE_NORMAL, NULL); if (file == INVALID_HANDLE_VALUE) { - msg_err_a("Could not create driver file: %s", file); + msg_err_a("Could not create driver file: %s", path); } CloseHandle(file);