Skip to content

Commit bda4c1a

Browse files
giwadmikurube
andauthored
change deprecated message
Co-authored-by: Dai MIKURUBE <dmikurube@users.noreply.github.com>
1 parent 7bb852b commit bda4c1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/embulk/output/s3/S3FileOutputPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ private ClientConfiguration getClientConfiguration(PluginTask task)
211211
}
212212

213213
if (task.getProxyPort().isPresent()) {
214-
logger.warn("proxy_port is deprecated. use http_proxy.port instead");
214+
logger.warn("Configuration with \"proxy_port\" is deprecated. Use \"http_proxy.port\" instead.");
215215
HttpProxy httpProxy = task.getHttpProxy().get();
216216
if (!httpProxy.getPort().isPresent()) {
217217
httpProxy.setPort(task.getProxyPort());

0 commit comments

Comments
 (0)