Explorar o código

Merge pull request #2569 from armink/fix_dfs

[DFS] Update dfs file open log.
Bernard Xiong %!s(int64=6) %!d(string=hai) anos
pai
achega
ea9dbfa4f0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      components/dfs/src/dfs_file.c

+ 1 - 1
components/dfs/src/dfs_file.c

@@ -99,7 +99,7 @@ int dfs_file_open(struct dfs_fd *fd, const char *path, int flags)
         rt_free(fd->path);
         fd->path = NULL;
 
-        LOG_E("open failed");
+        LOG_D("%s open failed", fullpath);
 
         return result;
     }