mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-04-25 08:58:25 -04:00
Fix typo in log upload
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user