You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2020/11/22 03:38:43 UTC

[incubator-nuttx] 05/22: fs/nxffs/nxffs_open.c: Fix a syslog format

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