diff --git a/boomerang.js b/boomerang.js index 13bb43b8f..697d368a0 100644 --- a/boomerang.js +++ b/boomerang.js @@ -2039,7 +2039,7 @@ BOOMR_check_doc_domain(); var make_logger; if (typeof console === "object" && console.log !== undefined) { - boomr.log = function(m, l, s) { console.log(s + ": [" + l + "] " + m); }; + boomr.log = function(m, l, s) { console.log(BOOMR.now() + ": " + s + ": [" + l + "] " + m); }; } make_logger = function(l) {