Use team.info() in place of removed team.log()
authorMike Taylor <mike@indexdata.com>
Thu, 20 Nov 2014 11:20:23 +0000 (11:20 +0000)
committerMike Taylor <mike@indexdata.com>
Thu, 20 Nov 2014 11:20:23 +0000 (11:20 +0000)
test/spec/mkws-pazpar2.js

index eca9da5..09547ef 100644 (file)
@@ -7,7 +7,7 @@
 // get references from mkws.js, lazy evaluation
 var debug = function (text) {
         // use a debug function with time stamps
-        mkws.teams["AUTO"].log("Jasmine: " + text);
+        mkws.teams["AUTO"].info("Jasmine: " + text);
 
         //mkws.log("Jasmine: " + text)
     }