mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
fdm: fix log message
This commit is contained in:
parent
698d5fdf06
commit
a07de9ef3c
1 changed files with 1 additions and 1 deletions
2
fdm.c
2
fdm.c
|
|
@ -276,7 +276,7 @@ fdm_hook_del(struct fdm *fdm, fdm_hook_t hook, enum fdm_hook_priority priority)
|
|||
return true;
|
||||
}
|
||||
|
||||
LOG_WARN("hook=%p not registered, hook", hook);
|
||||
LOG_WARN("hook=%p not registered", hook);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue