X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=openflowplugin%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fopenflowplugin%2Fopenflow%2Fmd%2Fcore%2Fsal%2Fconvertor%2FTableFeaturesResponseConvertor.java;h=fe3f4c481f7f755d9f5152a50317013e2e53e801;hb=b4f4b4b702e2ccd8a7c62fd2a5c184c5b1cbe665;hp=da739a6784dec014d1477addaff3006f07054400;hpb=2373479fdc5a59f1399e50f5de1dc321d429d76b;p=openflowplugin.git diff --git a/openflowplugin/src/main/java/org/opendaylight/openflowplugin/openflow/md/core/sal/convertor/TableFeaturesResponseConvertor.java b/openflowplugin/src/main/java/org/opendaylight/openflowplugin/openflow/md/core/sal/convertor/TableFeaturesResponseConvertor.java index da739a6784..fe3f4c481f 100644 --- a/openflowplugin/src/main/java/org/opendaylight/openflowplugin/openflow/md/core/sal/convertor/TableFeaturesResponseConvertor.java +++ b/openflowplugin/src/main/java/org/opendaylight/openflowplugin/openflow/md/core/sal/convertor/TableFeaturesResponseConvertor.java @@ -440,7 +440,7 @@ public class TableFeaturesResponseConvertor if (actionExecutor != null) { actionExecutor.execute(property, propBuilder); } else { - LOG.error("Unsupported table feature property : " + propType); + LOG.error("Unsupported table feature property : {}", propType); } propBuilder.setOrder(index);