system/nxplayer/nxplayer.c: Fix a syslog format
This commit is contained in:
parent
db07ae43ee
commit
ed768d1159
@ -316,7 +316,8 @@ static int nxplayer_opendevice(FAR struct nxplayer_s *pplayer, int format,
|
|||||||
int errcode = errno;
|
int errcode = errno;
|
||||||
DEBUGASSERT(errcode > 0);
|
DEBUGASSERT(errcode > 0);
|
||||||
|
|
||||||
auderr("ERROR: Failed to open %s: %d\n", -errcode);
|
auderr("ERROR: Failed to open %s: %d\n",
|
||||||
|
pplayer->prefdevice, -errcode);
|
||||||
UNUSED(errcode);
|
UNUSED(errcode);
|
||||||
return -ENOENT;
|
return -ENOENT;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user