未验证 提交 ea9dbfa4 编写于 作者: B Bernard Xiong 提交者: GitHub

Merge pull request #2569 from armink/fix_dfs

[DFS] Update dfs file open log.
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册