4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-30 02:51:33 +08:00

[DFS] Update dfs file open log.

This commit is contained in:
armink 2019-04-12 10:39:05 +08:00
parent 16e8f34e46
commit 6c92eb40da

View File

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