Преглед изворни кода

differentiate debug messages

etisab пре 10 година
родитељ
комит
75ed3a8162
1 измењених фајлова са 1 додато и 1 уклоњено
  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