fdm: fix log message

This commit is contained in:
Daniel Eklöf 2020-01-10 19:22:41 +01:00
parent 698d5fdf06
commit a07de9ef3c
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

2
fdm.c
View file

@ -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;
}