fs/nxffs/nxffs_open.c: Fix a syslog format

This commit is contained in:
YAMAMOTO Takashi 2020-11-22 09:44:18 +09:00 committed by Xiang Xiao
parent e1a8f8a736
commit 99407f4ab9

View file

@ -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;
}