Skip to content

Commit

Permalink
Merge branch 'agresch_kerblog' of https://github.com/agresch/storm in…
Browse files Browse the repository at this point in the history
…to STORM-3158-merge
  • Loading branch information
HeartSaVioR committed Jul 29, 2018
2 parents b9dbf8c + de59923 commit 5f386b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public void handle(Callback[] callbacks) throws UnsupportedCallbackException {
}

if (pc != null) {
LOG.warn("No password found for user: {}", userName);
LOG.error("No password found for user: {}, validate klist matches jaas conf", userName);
}

if (ac != null) {
Expand Down

0 comments on commit 5f386b1

Please sign in to comment.