Skip to content

Commit e07b1c9

Browse files
committed
HttpURLConnectionDownloaderService: improve warning message.
No code changes. [ci skip]
1 parent d628e80 commit e07b1c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/ru/mystamps/web/service/HttpURLConnectionDownloaderService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ private static HttpURLConnection openConnection(URL url) throws IOException {
116116
LOG.warn(
117117
"Couldn't open connection: "
118118
+ "unknown type of connection class ({}). "
119-
+ "Downloading images from external servers won't work!",
119+
+ "Downloading files from external servers won't work!",
120120
connection
121121
);
122122
return null;

0 commit comments

Comments
 (0)