Przeglądaj źródła

differentiate debug messages

etisab 10 lat temu
rodzic
commit
75ed3a8162
1 zmienionych plików z 1 dodań i 1 usunięć
  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