logging issues in elanmanager
[netvirt.git] / elanmanager / impl / src / main / java / org / opendaylight / netvirt / elan / cli / etree / EtreeInterfaceGet.java
index 97c6719be7e5096b224016905e7878edb9dcf235..459a4a4cfdaa01818f366ce5cde835027ec43327 100644 (file)
@@ -41,8 +41,7 @@ public class EtreeInterfaceGet extends OsgiCommandSupport {
 
     @Override
     protected Object doExecute() {
-        LOG.debug("Executing Get EtreeInterface command for the corresponding Etree Instance" + "\t" + etreeName
-                + "\t");
+        LOG.debug("Executing Get EtreeInterface command for the corresponding Etree Instance {}", etreeName);
         if (etreeName != null) {
             ElanInstance elanInstance = elanProvider.getElanInstance(etreeName);
             if (elanInstance == null || elanInstance.getAugmentation(EtreeInstance.class) == null) {