Allow abilitiy to boot controller with non-default admin credentials
[controller.git] / opendaylight / security / src / main / java / org / opendaylight / controller / security / ControllerCustomRealm.java
index 6657571f898061003b386bba1ee9e0f76e2cac2e..157909424bb152dab343c15905d9675eb91712fb 100644 (file)
@@ -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 {