Change onBytarget log message from "target" to "bytarget"
authorMike Taylor <mike@indexdata.com>
Thu, 15 May 2014 12:39:03 +0000 (13:39 +0100)
committerMike Taylor <mike@indexdata.com>
Thu, 15 May 2014 12:39:03 +0000 (13:39 +0100)
src/mkws-team.js

index 25d7d07..8d851a3 100644 (file)
@@ -113,7 +113,7 @@ function team($, teamName) {
   }
 
   function onBytarget(data) {
   }
 
   function onBytarget(data) {
-    log("target");
+    log("bytarget");
     queue("targets").publish(data);
   }
 
     queue("targets").publish(data);
   }