Skip to content

Commit 7bb852b

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

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
@@ -194,7 +194,7 @@ private ClientConfiguration getClientConfiguration(PluginTask task)
194194
// set http proxy
195195
// backward compatibility
196196
if (task.getProxyHost().isPresent()) {
197-
logger.warn("proxy_host is deprecated. use http_proxy.host instead");
197+
logger.warn("Configuration with \"proxy_host\" is deprecated. Use \"http_proxy.host\" instead.");
198198
if (!task.getHttpProxy().isPresent()) {
199199
ConfigMapper configMapper = CONFIG_MAPPER_FACTORY.createConfigMapper();
200200
ConfigSource configSource = CONFIG_MAPPER_FACTORY.newConfigSource();

0 commit comments

Comments
 (0)