Sfoglia il codice sorgente

differentiate debug messages

etisab 10 anni fa
parent
commit
75ed3a8162
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      BUILD/interrupt.lua

+ 1 - 1
BUILD/interrupt.lua

@@ -6,7 +6,7 @@ SETUP = false
 
 function debugMsg(msg)
   if DEBUG then
-    print(msg)
+    print("Yo debug:", msg)
   end
 end