Replace whitelist with allowlist
[netconf.git] / apps / callhome-provider / src / main / java / org / opendaylight / netconf / callhome / mount / IetfZeroTouchCallHomeServerProvider.java
index c70b0a91a3b086ad483d5cf1a77a0b258613cacd..bb1b3279154e78799b45c7960bf3a1fa4ca10d7c 100644 (file)
@@ -170,7 +170,7 @@ public final class IetfZeroTouchCallHomeServerProvider
                 readAndUpdateStatus(confDevice);
             }
         } catch (ExecutionException | InterruptedException e) {
-            LOG.error("Error trying to read the whitelist devices", e);
+            LOG.error("Error trying to read the allowlist devices", e);
         }
     }