瀏覽代碼

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