Debugging log transmission.
This commit is contained in:
		@@ -110,6 +110,7 @@ local function listenToMiners()
 | 
			
		||||
    while running do
 | 
			
		||||
        local event, side, channel, reply, message, distance = os.pullEvent("modem_message")
 | 
			
		||||
        print("")
 | 
			
		||||
        print("Received data: " .. message)
 | 
			
		||||
        local token, recipient, sender, type, content = interpretData(message)
 | 
			
		||||
        if token == TOKEN and recipient == HOST then
 | 
			
		||||
            handleMessage(sender, content, type)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user