Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/ignite-1.3.3' into ignite-1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Yakov Zhdanov committed Jul 24, 2015
2 parents b0da1dd + b288e82 commit 32f84c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2065,7 +2065,7 @@ private void ackSecurity() {
assert log != null;

U.quietAndInfo(log, "Security status [authentication=" + onOff(ctx.security().enabled())
+ ", communication encrypted=" + onOff(ctx.config().getSslContextFactory() != null) + ']');
+ ", communication encryption=" + onOff(ctx.config().getSslContextFactory() != null) + ']');
}

/**
Expand Down

0 comments on commit 32f84c1

Please sign in to comment.