X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=pce%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Ftransportpce%2Fpce%2Fimpl%2FPceServiceRPCImpl.java;fp=pce%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Ftransportpce%2Fpce%2Fimpl%2FPceServiceRPCImpl.java;h=e201199c56417f185dc5a63540c1450c50646879;hb=7c90be243c9c65418b81768e1e0ed6ac58bad4a8;hp=f72385b9b17465acc3bada02cd1510e6d5284283;hpb=a70240770a8f2b4fc01e005df07cdf4155bf59c0;p=transportpce.git diff --git a/pce/src/main/java/org/opendaylight/transportpce/pce/impl/PceServiceRPCImpl.java b/pce/src/main/java/org/opendaylight/transportpce/pce/impl/PceServiceRPCImpl.java index f72385b9b..e201199c5 100644 --- a/pce/src/main/java/org/opendaylight/transportpce/pce/impl/PceServiceRPCImpl.java +++ b/pce/src/main/java/org/opendaylight/transportpce/pce/impl/PceServiceRPCImpl.java @@ -56,8 +56,8 @@ public class PceServiceRPCImpl implements TransportpcePceService { try { output = this.pathComputationService.pathComputationRequest(input).get(); } catch (InterruptedException | ExecutionException e) { - LOG.error("RPC cancelResourceReserve failed !", e); + LOG.error("RPC path computation request failed !", e); } return RpcResultBuilder.success(output).buildFuture(); } -} +} \ No newline at end of file