소스 검색

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