changeset 19:1fcc61b882f7

Use console.log() to log message() things in browser console.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 04 Jul 2018 10:06:10 +0300
parents 6f9d8e65752c
children 72407a4d9539
files Interface.pde
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Interface.pde	Wed Jul 04 10:05:42 2018 +0300
+++ b/Interface.pde	Wed Jul 04 10:06:10 2018 +0300
@@ -549,6 +549,7 @@
         g_msgctr = 100;
         return;
     }
+    console.log("MSG: " + tex);
     clearmsg();
     printat(0, 0, tex);
     g_msgctr = 50;