Servicehandler Tests
[transportpce.git] / tests / stubrenderer / src / main / java / org / opendaylight / transportpce / stubrenderer / SendingRendererRPCs.java
index c7f587c7fe00e52a63c3b57c0edd13098dda2690..cdcdc0ec64ab810663f88608e6d2a01ff07f15c5 100644 (file)
@@ -70,7 +70,7 @@ public class SendingRendererRPCs {
                     Thread.sleep(10000); //sleep for 10s
                 } catch (InterruptedException e) {
                     output = false;
-                    LOG.error(e.toString());
+                    LOG.error("Thread.sleep failed : {}", e.toString());
                 }
                 buildAtoZ();
                 buildZtoA();
@@ -92,7 +92,7 @@ public class SendingRendererRPCs {
                     Thread.sleep(10000); //sleep for 10s
                 } catch (InterruptedException e) {
                     output = false;
-                    LOG.error(e.toString());
+                    LOG.error("Thread.sleep failed : {}", e.toString());
                 }
                 buildAtoZ();
                 buildZtoA();