Fixing minor build errors
[controller.git] / opendaylight / northboundtest / unit_test_suite / src / main / java / org / opendaylight / controller / northboundtest / unittestsuite / internal / API3UnitTest.java
index f2cbb97bfa85cf491d7f8de6dd3031a571c8d47a..aef2540f935a1987ca28deaa411ec295c69c423e 100644 (file)
@@ -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);
         }
     }