Servicehandler Tests
[transportpce.git] / tests / stubpce / src / main / java / org / opendaylight / transportpce / stubpce / topology / Topology.java
index 72fd5dd582ac72c7ed59187a112e44b2634c011d..0be69beddf39c877069fcf023382d847f1e7136c 100644 (file)
@@ -60,7 +60,7 @@ public class Topology {
             xml = inputStreamToString(is);
             if (xml != null) {
                 setNetwork(xmlMapper.readValue(xml, Network.class));
-                LOG.info("Network : " + network.toString());
+                LOG.info("Network : {}", network.toString());
             } else {
                 LOG.info("String xml is null");
             }