fix hook_exit

This commit is contained in:
FunkyFr3sh 2023-08-04 08:40:52 +02:00
parent e6b4eabe5b
commit e575b07d2e

View file

@ -418,7 +418,7 @@ void hook_create(HOOKLIST* hooks, BOOL initial_hook)
{
if (initial_hook)
{
TRACE_EXT("Module %s = %p\n", mod_path, hmod);
TRACE("Module %s = %p\n", mod_path, hmod);
}
_splitpath(mod_path, NULL, mod_dir, mod_filename, NULL);