mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-03-28 10:12:09 +08:00
Merge pull request #2569 from armink/fix_dfs
[DFS] Update dfs file open log.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user