X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fnorthboundtest%2Funit_test_suite%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fnorthboundtest%2Funittestsuite%2Finternal%2FAPI3UnitTest.java;h=aef2540f935a1987ca28deaa411ec295c69c423e;hb=c7551f594c34504fffa0055d3360132577938b38;hp=f2cbb97bfa85cf491d7f8de6dd3031a571c8d47a;hpb=d192c699590d441eb96a697b9e8ab7a028f18860;p=controller.git diff --git a/opendaylight/northboundtest/unit_test_suite/src/main/java/org/opendaylight/controller/northboundtest/unittestsuite/internal/API3UnitTest.java b/opendaylight/northboundtest/unit_test_suite/src/main/java/org/opendaylight/controller/northboundtest/unittestsuite/internal/API3UnitTest.java index f2cbb97bfa..aef2540f93 100644 --- a/opendaylight/northboundtest/unit_test_suite/src/main/java/org/opendaylight/controller/northboundtest/unittestsuite/internal/API3UnitTest.java +++ b/opendaylight/northboundtest/unit_test_suite/src/main/java/org/opendaylight/controller/northboundtest/unittestsuite/internal/API3UnitTest.java @@ -145,7 +145,7 @@ public class API3UnitTest implements CommandProvider { printStream(process.getErrorStream()); } catch (Exception e) { System.out.println("Exception!"); - logger.error("",e); + log.error("",e); } } @@ -197,7 +197,7 @@ public class API3UnitTest implements CommandProvider { printStream(process.getErrorStream()); } catch (Exception e) { System.out.println("Exception!"); - logger.error("",e); + log.error("",e); } }