debug() function's output begins with team name.
authorMike Taylor <mike@indexdata.com>
Fri, 7 Feb 2014 14:54:16 +0000 (14:54 +0000)
committerMike Taylor <mike@indexdata.com>
Fri, 7 Feb 2014 14:54:16 +0000 (14:54 +0000)
tools/htdocs/mkws.js

index 2d9b452..815eaa7 100644 (file)
@@ -194,7 +194,7 @@ function team($, teamName) {
        } else if (mkws.debug_level >= 2) {
            console.log(timestamp + ">>> called from function " + arguments.callee.caller.name + ' <<<');
        }
-       console.log(timestamp + string);
+       console.log(m_teamName + ": " + timestamp + string);
     }
     var debug = mkws.debug_function; // local alias
     debug("start running MKWS");