Print response code when sym_upload fails.

https://breakpad.appspot.com/631003/



git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1228 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
mattdr.breakpad@gmail.com 2013-10-29 23:28:16 +00:00
parent 667991e25f
commit 32cbf9fc88

View File

@ -154,6 +154,7 @@ static void Start(Options *options) {
if (!success) {
printf("Failed to send symbol file: %s\n", error.c_str());
printf("Response code: %ld\n", response_code);
printf("Response:\n");
printf("%s\n", response.c_str());
} else if (response_code == 0) {