提交 733acf8c 编写于 作者: J jiyong 提交者: Gitee

修改不支持文件系统提示信息,not mount properly, Test Stop!

上级 696a3788
...@@ -418,6 +418,6 @@ int CheckFsMount(const char *topDir, const char *topDirMountInfo) ...@@ -418,6 +418,6 @@ int CheckFsMount(const char *topDir, const char *topDirMountInfo)
} }
fclose(fp); fclose(fp);
} }
LOG("'%s' is not a '%s' system, Test Stop, please change another file type!", topDir, topDirMountInfo); LOG("'%s' is not a '%s' not mount properly, Test Stop! please change another file type!", topDir, topDirMountInfo);
return -1; return -1;
} }
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册