Skip to content
Snippets Groups Projects
Commit 855fe8c2 authored by jgwashburn@gmail.com's avatar jgwashburn@gmail.com
Browse files

complete merge

parent a5fe320c
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