Browse Source

differentiate debug messages

etisab 10 years ago
parent
commit
75ed3a8162
1 changed files with 1 additions and 1 deletions
  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