Explorar el Código

differentiate debug messages

etisab hace 10 años
padre
commit
75ed3a8162
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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