mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-20 20:17:29 +08:00
[component][DFS] Change the log level on dfs_file_open() func.
This commit is contained in:
parent
8fa6c1d9cd
commit
4f7c06f923
@ -111,7 +111,7 @@ int dfs_file_open(struct dfs_fd *fd, const char *path, int flags)
|
||||
fd->flags |= DFS_F_DIRECTORY;
|
||||
}
|
||||
|
||||
LOG_I("open successful");
|
||||
LOG_D("open successful");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user