This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 99407f4ab91588700fafbcbaf124aaf7d6deb71e Author: YAMAMOTO Takashi <yamam...@midokura.com> AuthorDate: Sun Nov 22 09:44:18 2020 +0900 fs/nxffs/nxffs_open.c: Fix a syslog format --- fs/nxffs/nxffs_open.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/nxffs/nxffs_open.c b/fs/nxffs/nxffs_open.c index 80b1e1e..b060ebc 100644 --- a/fs/nxffs/nxffs_open.c +++ b/fs/nxffs/nxffs_open.c @@ -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; }