Skip to content

Commit 8022788

Browse files
committed
Format files
1 parent 20c41ce commit 8022788

3 files changed

Lines changed: 559 additions & 376 deletions

File tree

src/model-utils/model-downloader-ui.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,8 @@ bool ModelDownloadWorker::valid_hash(std::string path, std::string hash)
258258
obs_log(LOG_INFO, "Model hash is valid");
259259
return true;
260260
} else {
261-
obs_log(LOG_ERROR, "Model hash mismatch. Model hash: %s, calculated hash: %s",
261+
obs_log(LOG_ERROR,
262+
"Model hash mismatch. Model hash: %s, calculated hash: %s",
262263
hash.c_str(), calculated_hash.c_str());
263264
return false;
264265
}

0 commit comments

Comments
 (0)