diff --git a/sched/module/mod_modhandle.c b/sched/module/mod_modhandle.c index a612d380ec..81a83f35ff 100644 --- a/sched/module/mod_modhandle.c +++ b/sched/module/mod_modhandle.c @@ -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); }