Minor change to ONOSNextTest.py
diff --git a/TestON/tests/ONOSNextTest/ONOSNextTest.py b/TestON/tests/ONOSNextTest/ONOSNextTest.py
index c812295..b6e44de 100755
--- a/TestON/tests/ONOSNextTest/ONOSNextTest.py
+++ b/TestON/tests/ONOSNextTest/ONOSNextTest.py
@@ -119,4 +119,4 @@
 
         main.step("Sending command 'onos -w <onos-ip> system:name")
         cmd_result = main.ONOSbench.onos_cli(ONOS1_ip, cmdstr) 
-        print cmd_result
+        main.log.info("onos command returned: "+cmd_result)