X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=opendaylight%2Fsecurity%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fsecurity%2FControllerCustomRealm.java;h=157909424bb152dab343c15905d9675eb91712fb;hb=c198e5355b6702b6d96f1174bc4d1477143397cc;hp=6657571f898061003b386bba1ee9e0f76e2cac2e;hpb=860206dfce8edb0fe74be842d2101f0eac7db2bd;p=controller.git diff --git a/opendaylight/security/src/main/java/org/opendaylight/controller/security/ControllerCustomRealm.java b/opendaylight/security/src/main/java/org/opendaylight/controller/security/ControllerCustomRealm.java index 6657571f89..157909424b 100644 --- a/opendaylight/security/src/main/java/org/opendaylight/controller/security/ControllerCustomRealm.java +++ b/opendaylight/security/src/main/java/org/opendaylight/controller/security/ControllerCustomRealm.java @@ -71,7 +71,7 @@ public class ControllerCustomRealm extends RealmBase { || result.equals(AuthResultEnum.AUTH_ACCEPT)) { return this.getPrincipal(username); } else { - logger.error("Authentication failed for user " + username); + logger.debug("Authentication failed for user " + username); return null; } } else {