Selaa lähdekoodia

[DFS] Update dfs file open log.

armink 6 vuotta sitten
vanhempi
commit
6c92eb40da
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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;
     }