Java 8 migration
[netvirt.git] / elanmanager / impl / src / main / java / org / opendaylight / netvirt / elan / cli / ElanInterfaceGet.java
index 6372be76f5d7b56b5eb070f2fb3f3d2490a4847f..60b858f5b56f25fe10aba042a526da2c3342a541 100644 (file)
@@ -38,9 +38,8 @@ public class ElanInterfaceGet extends OsgiCommandSupport {
     }
 
     @Override
-    protected Object doExecute() throws Exception {
-        LOG.debug("Executing Get ElanInterface command for the corresponding Elan Instance"
-                + "\t" + elanName + "\t");
+    protected Object doExecute() {
+        LOG.debug("Executing Get ElanInterface command for the corresponding Elan Instance for {}", elanName);
         if (elanName != null) {
             ElanInstance elanInstance = elanProvider.getElanInstance(elanName);
             List<String> elanInterfaces = elanProvider.getElanInterfaces(elanName);