diff --git a/minehost.lua b/minehost.lua index bd7d388..fc55934 100644 --- a/minehost.lua +++ b/minehost.lua @@ -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)