|
@@ -937,7 +937,7 @@ public abstract class Server {
|
|
rpcMetrics.authenticationFailures.inc();
|
|
rpcMetrics.authenticationFailures.inc();
|
|
String clientIP = this.toString();
|
|
String clientIP = this.toString();
|
|
// attempting user could be null
|
|
// attempting user could be null
|
|
- AUDITLOG.warn(AUTH_FAILED_FOR + clientIP + ":" + attemptingUser, e);
|
|
|
|
|
|
+ AUDITLOG.warn(AUTH_FAILED_FOR + clientIP + ":" + attemptingUser);
|
|
throw e;
|
|
throw e;
|
|
}
|
|
}
|
|
if (replyToken != null) {
|
|
if (replyToken != null) {
|