提交 52e72004 编写于 作者: F fryshorts

Fix typo in log upload

上级 5fa6dbe2
......@@ -1788,7 +1788,7 @@ void OBSBasic::UploadLog(const char *file)
obs_data_set_obj(request.get(), "files", files.get());
const char *json = obs_data_get_json(request.get());
if (json) {
if (!json) {
blog(LOG_ERROR, "Failed to get JSON data for log upload");
return;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册