Skip to content

Commit bf3c9c6

Browse files
author
Stephane Landelle
committed
Lower log level, close AsyncHttpClient#275
1 parent ef34a2b commit bf3c9c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/ning/http/client/generators/InputStreamBodyGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public InputStreamBodyGenerator(InputStream inputStream) {
4343
if (inputStream.markSupported()) {
4444
inputStream.mark(0);
4545
} else {
46-
logger.warn("inputStream.markSupported() not supported. Some features will not works");
46+
logger.info("inputStream.markSupported() not supported. Some features will not works");
4747
}
4848
}
4949

0 commit comments

Comments
 (0)