Bug 8962: Fix non-parameterized LOG statements as per guidelines
[netvirt.git] / vpnservice / vpnmanager / vpnmanager-impl / src / main / java / org / opendaylight / netvirt / vpnmanager / InterfaceStateChangeListener.java
index 9bb031c33b395b8fa847c55bee41acae4701ad24..979a9887df6774959adfcf70cc3a946ff4d58e10 100644 (file)
@@ -110,7 +110,7 @@ public class InterfaceStateChangeListener
                                     operFuture.get();
                                 } catch (ExecutionException e) {
                                     LOG.error("InterfaceStateChange - Exception encountered while submitting"
-                                                    + " operational future for addVpnInterface {} : {}",
+                                                    + " operational future for addVpnInterface {}",
                                             vpnInterface.getName(), e);
                                     return null;
                                 }
@@ -174,7 +174,7 @@ public class InterfaceStateChangeListener
                                 operFuture.get();
                             } catch (ExecutionException e) {
                                 LOG.error("InterfaceStateChange - Exception encountered while submitting operational"
-                                        + " future for removeVpnInterface {} : {}", vpnInterface.getName(), e);
+                                        + " future for removeVpnInterface {}", vpnInterface.getName(), e);
                                 return null;
                             }
                             futures.add(writeConfigTxn.submit());
@@ -267,7 +267,7 @@ public class InterfaceStateChangeListener
                                 operFuture.get();
                             } catch (ExecutionException e) {
                                 LOG.error("InterfaceStateChange - Exception encountered while submitting operational"
-                                        + " future for updateVpnInterface {} : {}", vpnInterface.getName(), e);
+                                        + " future for updateVpnInterface {}", vpnInterface.getName(), e);
                                 return null;
                             }
                             futures.add(writeConfigTxn.submit());