Skip to content

Commit 23a4d49

Browse files
author
Noor Dawod
committed
Small fix in log message.
1 parent bcc3eba commit 23a4d49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public void sendResponseMessage(HttpResponse response) throws IOException {
6767
append = false;
6868
current = 0;
6969
} else
70-
Log.v(LOG_TAG, "Content-Rnage: " + header.getValue());
70+
Log.v(LOG_TAG, "Content-Range: " + header.getValue());
7171
sendSuccessMessage(status.getStatusCode(), response.getAllHeaders(), getResponseData(response.getEntity()));
7272
}
7373
}

0 commit comments

Comments
 (0)