Skip to content

Commit f2538d9

Browse files
committed
Fixed leftover LogCat TAG
1 parent 4c12933 commit f2538d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/main/java/com/loopj/android/http/BinaryHttpResponseHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ public final void sendResponseMessage(HttpResponse response) throws IOException
140140
foundAllowedContentType = true;
141141
}
142142
} catch (PatternSyntaxException e) {
143-
Log.e("BinaryHttpResponseHandler", "Given pattern is not valid: " + anAllowedContentType, e);
143+
Log.e(LOG_TAG, "Given pattern is not valid: " + anAllowedContentType, e);
144144
}
145145
}
146146
if (!foundAllowedContentType) {

0 commit comments

Comments
 (0)