mirror of
https://github.com/hierynomus/sshj.git
synced 2025-12-06 15:20:54 +03:00
userauth failure log as debug and not error -- if it leads to error it will be raised as an exception anyway
This commit is contained in:
@@ -224,7 +224,7 @@ public class UserAuthImpl
|
|||||||
}
|
}
|
||||||
|
|
||||||
private void saveException(UserAuthException e) {
|
private void saveException(UserAuthException e) {
|
||||||
log.error("Saving for later - {}", e.toString());
|
log.debug("Saving for later - {}", e.toString());
|
||||||
savedEx.push(e);
|
savedEx.push(e);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user