[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;
|
fd->flags |= DFS_F_DIRECTORY;
|
||||||
}
|
}
|
||||||
|
|
||||||
LOG_I("open successful");
|
LOG_D("open successful");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue