From 69034405306d2b1193b6da473b38eb17969ee0a6 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 3 Apr 2014 14:29:49 +0100 Subject: [PATCH] Log hit-count. --- src/mkws-team.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mkws-team.js b/src/mkws-team.js index 3ab07c7..895afed 100644 --- a/src/mkws-team.js +++ b/src/mkws-team.js @@ -127,6 +127,7 @@ function team($, teamName) { function onShow(data, teamName) { log("show"); m_totalRecordCount = data.merged; + log("found " + m_totalRecordCount + " records"); queue("pager").publish(data); queue("records").publish(data); } -- 1.7.10.4