mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-05-24 20:56:17 +08:00
[component][DFS] Change the log level on dfs_file_open() func.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user