[MSA] string init

This commit is contained in:
Duy Tran Khanh
2021-01-20 12:14:57 +07:00
committed by GitHub
parent d1de01e24d
commit bd0830ce57

View File

@@ -299,7 +299,7 @@ public class Msa {
}
private static void throwResponseError(HttpURLConnection conn) throws IOException {
String otherErrStr;
String otherErrStr = "";
String errStr = Tools.read(conn.getErrorStream());
Log.i("MicroAuth","Error code: " + conn.getResponseCode() + ": " + conn.getResponseMessage() + "\n" + errStr);