Decoupling SFC from NetVirt
[netvirt.git] / cloud-servicechain / impl / src / main / java / org / opendaylight / netvirt / cloudservicechain / listeners / CloudScVpnInterfaceListener.java
index 522bef3f1ddffb5663d972f3ba6ebe6303d92d90..12e44d3a5df8fae6d5ba191d8d1c62b171f0c006 100644 (file)
@@ -73,7 +73,7 @@ public class CloudScVpnInterfaceListener
                     return;
                 }
             } catch (ReadFailedException e) {
-                LOG.error("Error reading the SFC information for VPN {}", vpnName, e);
+                LOG.error("Error reading the ServiceChaining information for VPN {}", vpnName, e);
             }
             break;
         }
@@ -102,7 +102,7 @@ public class CloudScVpnInterfaceListener
                 vpnScHandler.bindScfOnVpnInterface(vpnIfaceAdded.key().getName(),
                         optScfInfoForVpn.get().getScfTag());
             } catch (ReadFailedException e) {
-                LOG.error("Error reading the SFC information for VPN {}", vpnName, e);
+                LOG.error("Error reading the ServiceChaining information for VPN {}", vpnName, e);
             }
         }
     }