mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
fs/nxffs/nxffs_open.c: Fix a syslog format
This commit is contained in:
committed by
Xiang Xiao
parent
e1a8f8a736
commit
99407f4ab9
@@ -469,7 +469,7 @@ static inline int nxffs_wropen(FAR struct nxffs_volume_s *volume,
|
||||
else
|
||||
{
|
||||
ferr("ERROR: File %s exists and we were not asked to "
|
||||
"truncate it\n");
|
||||
"truncate it\n", name);
|
||||
ret = -ENOSYS;
|
||||
goto errout_with_exclsem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user