Skip to content

Commit 9a03bcf

Browse files
committed
Change error messages
1 parent 275dbf3 commit 9a03bcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

embulk-input-mysql/src/main/java/org/embulk/input/MySQLTimeZoneComparison.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public void compareTimeZone() throws SQLException
5959
"The client timezone(%s) is different from the server timezone(%s). The plugin will fetch wrong datetime values.",
6060
clientTimeZone.getID(),serverTimeZone.getID()));
6161
logger.warn(String.format(Locale.ENGLISH,
62-
"Use `You may need to set options useLegacyDatetimeCode and serverTimeZone`"));
62+
"Use You may need to set options `useLegacyDatetimeCode` and `serverTimeZone`"));
6363
logger.warn(String.format(Locale.ENGLISH,
6464
"Ex. `options: { useLegacyDatetimeCode: false, serverTimeZone: UTC }`"));
6565
}

0 commit comments

Comments
 (0)