mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 20:44:39 +08:00
sched/module/mod_modhandle.c: Fix a syslog format
This commit is contained in:
committed by
Xiang Xiao
parent
ae45a66d70
commit
d2d48a1b9b
@@ -85,7 +85,7 @@ FAR void *modhandle(FAR const char *name)
|
||||
modp = modlib_registry_find(name);
|
||||
if (modp == NULL)
|
||||
{
|
||||
berr("ERROR: Failed to find module %s: %d\n", name, modp);
|
||||
berr("ERROR: Failed to find module %s\n", name);
|
||||
set_errno(ENOENT);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user