Explorar o código

differentiate debug messages

etisab %!s(int64=10) %!d(string=hai) anos
pai
achega
75ed3a8162
Modificáronse 1 ficheiros con 1 adicións e 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