audio/audio.c: Fix a syslog format
This commit is contained in:
parent
dbe389a6bd
commit
8ca0732de5
@ -241,7 +241,7 @@ static int audio_close(FAR struct file *filep)
|
||||
/* Disable the Audio device */
|
||||
|
||||
DEBUGASSERT(lower->ops->shutdown != NULL);
|
||||
audinfo("calling shutdown: %d\n");
|
||||
audinfo("calling shutdown\n");
|
||||
|
||||
lower->ops->shutdown(lower);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user