Servicehandler Tests
[transportpce.git] / servicehandler / src / main / java / org / opendaylight / transportpce / servicehandler / MappingAndSendingPCRequest.java
index c9f75cf64e475e8463d2e0ee604f700ffd88264b..ff386744190f0f764022a16a80411769ed4ce80f 100644 (file)
@@ -343,7 +343,7 @@ public class MappingAndSendingPCRequest {
                 RpcResult<PathComputationRequestOutput> pceOutputResult = null;
                 Boolean output = false;
                 if (pathComputationRequestInput != null) {
-                    LOG.info("pathComputationRequestInput : " + pathComputationRequestInput.toString());
+                    LOG.info("pathComputationRequestInput : {}", pathComputationRequestInput.toString());
                     Future<RpcResult<PathComputationRequestOutput>> pceOutputFuture = service
                             .pathComputationRequest(pathComputationRequestInput);
                     try {