浏览代码

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)
 function debugMsg(msg)
   if DEBUG then
   if DEBUG then
-    print(msg)
+    print("Yo debug:", msg)
   end
   end
 end
 end