Skip to content
Snippets Groups Projects
Commit 64ad8c07 authored by James Washburn's avatar James Washburn Committed by GitHub
Browse files

Merge pull request #3 from jgwashburn/specify_hostname

complete merge
parents 8d84e59d 855fe8c2
No related branches found
No related tags found
No related merge requests found
......@@ -385,12 +385,9 @@ public class GetHmacAndKeyActivity extends AppCompatActivity implements LoaderCa
mStatus = getString(R.string.error_class_not_found_exception);
return false;
}
<<<<<<< HEAD
mStatus = getString(R.string.error_http_response);
=======
mStatus = getString(R.string.error_http_response) + "http response: " + response.getStatusLine();
>>>>>>> specify_hostname
return false;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment