Skip to content

Commit

Permalink
fix issue apache#122
Browse files Browse the repository at this point in the history
  • Loading branch information
zffenger committed Jan 16, 2019
1 parent 917fe85 commit 94b3612
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ public class NettyBaseConfig {
}

private static void raiseUnsupportedTransportError() throws RuntimeException {
String errMsg = String.format("Unsupported provider type :[{}] for transport:[{}].", TRANSPORT_SERVER_TYPE,
String errMsg = String.format("Unsupported provider type :[%s] for transport:[%s].", TRANSPORT_SERVER_TYPE,
TRANSPORT_PROTOCOL_TYPE);
LOGGER.error(errMsg);
throw new IllegalArgumentException(errMsg);
Expand Down

0 comments on commit 94b3612

Please sign in to comment.