mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 11:56:10 +08:00
audio/audio.c: Fix a syslog format
This commit is contained in:
committed by
Xiang Xiao
parent
dbe389a6bd
commit
8ca0732de5
+1
-1
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user