Skip to content

Commit 3738213

Browse files
committed
change debug string
1 parent a77c3c2 commit 3738213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hook.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ void hook_init()
650650
/* Switch to 3 if we can be sure that ddraw.dll will not be unloaded from the process */
651651
g_config.hook = 3;
652652

653-
TRACE("g_config.hook = 3\n");
653+
TRACE("Switched to hook 3\n");
654654
}
655655
}
656656

0 commit comments

Comments
 (0)