changed logging
[lispflowmapping.git] / mappingservice / implementation / src / main / java / org / opendaylight / lispflowmapping / implementation / lisp / MapServer.java
index e73cbc7f7c0c2c2cf700491ec96cdabafdeefb71..4a42136381e3725e9816af71c8c2202500238e83 100644 (file)
@@ -63,7 +63,7 @@ public class MapServer implements IMapServerAsync {
                 if (shouldAuthenticate) {
                     password = getPassword(eidRecord.getLispAddressContainer(), eidRecord.getMaskLength());
                     if (!LispAuthenticationUtil.validate(mapRegister, password)) {
-                        logger.debug("Authentication failed");
+                        logger.warn("Authentication failed");
                         failed = true;
                         break;
                     }