Skip to content

Commit a44faad

Browse files
author
Noor Dawod
committed
Merge pull request android-async-http#599 from fineswap/small-fix
Small fix in log message.
2 parents bcc3eba + 23a4d49 commit a44faad

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)