mirror of
https://github.com/xorgy/mediafire-fuse
synced 2026-01-13 21:24:28 -08:00
mfconn_create_signed_get: add more verbosity to error conditions
This commit is contained in:
@@ -89,6 +89,10 @@ mfconn_api_upload_patch(mfconn * conn, const char *quickkey,
|
||||
"&quickkey=%s", source_hash,
|
||||
target_hash, target_size,
|
||||
quickkey);
|
||||
if (api_call == NULL) {
|
||||
fprintf(stderr, "mfconn_create_signed_get failed\n");
|
||||
return -1;
|
||||
}
|
||||
|
||||
custom_headers = curl_slist_append(custom_headers,
|
||||
"x-filename: dummy.patch");
|
||||
|
||||
Reference in New Issue
Block a user