OPNFLWPLUG-1032: Neon-MRI: Bump odlparent, yangtools, mdsal
[openflowplugin.git] / test-provider / src / main / java / org / opendaylight / openflowplugin / test / OpenflowpluginTableFeaturesTestServiceProvider.java
index ea49777c0fa1b1fb17a5e37a83fdb936c01ad1c0..c2c14c7a3bccf265a7655110a30ac614a56cf66c 100644 (file)
@@ -99,8 +99,7 @@ public class OpenflowpluginTableFeaturesTestServiceProvider implements
     @Override
     public ListenableFuture<RpcResult<UpdateTableOutput>> updateTable(
             UpdateTableInput input) {
-        String plus = "updateTable - " + input;
-        OpenflowpluginTableFeaturesTestServiceProvider.LOG.info(plus);
+        OpenflowpluginTableFeaturesTestServiceProvider.LOG.info("updateTable - {}", input);
         return null;
     }