fs/nxffs/nxffs_open.c: Fix a syslog format
This commit is contained in:
parent
e1a8f8a736
commit
99407f4ab9
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue