Browse Source

debugging comms

Nicolas Winkler 4 năm trước cách đây
mục cha
commit
e8acb11e67
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      static/comm.js

+ 1 - 1
static/comm.js

@@ -199,7 +199,7 @@ $(function() {
             }
         }
         else {
-            statusMessage("Unknown message retrieved");
+            statusMessage("Unknown message recieved: " + msg);
         }
     }