提交 4f7c06f9 编写于 作者: armink_ztl's avatar armink_ztl

[component][DFS] Change the log level on dfs_file_open() func.

上级 8fa6c1d9
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册