Merge branch 'po/http-push-error-message'
Debugging aid. * po/http-push-error-message: http-push: improve error log
This commit is contained in:
commit
39a1dd80f8
@ -915,6 +915,10 @@ static struct remote_lock *lock_remote(const char *path, long timeout)
|
||||
lock->timeout = -1;
|
||||
}
|
||||
XML_ParserFree(parser);
|
||||
} else {
|
||||
fprintf(stderr,
|
||||
"error: curl result=%d, HTTP code=%ld\n",
|
||||
results.curl_result, results.http_code);
|
||||
}
|
||||
} else {
|
||||
fprintf(stderr, "Unable to start LOCK request\n");
|
||||
|
Loading…
Reference in New Issue
Block a user