Ver Fonte

differentiate debug messages

etisab há 10 anos atrás
pai
commit
75ed3a8162
1 ficheiros alterados com 1 adições e 1 exclusões
  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