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

This commit is contained in:
armink 2019-03-07 15:56:39 +08:00
parent 8fa6c1d9cd
commit 4f7c06f923
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}