modsym: Fix a printf format for berr
This commit is contained in:
parent
12ff2212f5
commit
30f7ec7049
@ -113,7 +113,7 @@ FAR const void *modsym(FAR void *handle, FAR const char *name)
|
|||||||
modp->modinfo.nexports);
|
modp->modinfo.nexports);
|
||||||
if (symbol == NULL)
|
if (symbol == NULL)
|
||||||
{
|
{
|
||||||
berr("ERROR: Failed to find symbol in symbol \"$s\" in table\n", name);
|
berr("ERROR: Failed to find symbol in symbol \"%s\" in table\n", name);
|
||||||
err = ENOENT;
|
err = ENOENT;
|
||||||
goto errout_with_lock;
|
goto errout_with_lock;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user