diff --git a/scripts/rpc-grind.nse b/scripts/rpc-grind.nse index 2053a1f8e..d9f0a1f43 100644 --- a/scripts/rpc-grind.nse +++ b/scripts/rpc-grind.nse @@ -191,7 +191,7 @@ local rpcGrinder = function(host, port, iterator, result) status, data = rpcConn:ReceivePacket() if not status then - stdnse.print_debug("%s ReceivePacket(): %s", SCRIPT_NAME, err) + stdnse.print_debug("%s ReceivePacket(): %s", SCRIPT_NAME, data) condvar "signal"; return end