Forráskód Böngészése

differentiate debug messages

etisab 10 éve
szülő
commit
75ed3a8162
1 módosított fájl, 1 hozzáadás és 1 törlés
  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