diff --git a/src/main.lua b/src/main.lua index 518df06..e772434 100644 --- a/src/main.lua +++ b/src/main.lua @@ -963,7 +963,7 @@ while true do rednet.send(masterid, { code=code, }, "HB_vprint_pairespond") - print("Waiting for response...") + print("Waiting for response... ID: "..tostring(os.getComputerID())) local id,msg = -1,{} repeat id,msg = rednet.receive("HB_vprint_pairacknowledge")