--- 3m-810.pl 2009/06/24 10:20:20 52 +++ 3m-810.pl 2009/06/24 13:13:15 53 @@ -657,7 +657,7 @@ warn "## DISPATCH payload to with rest", dump( $payload, $to, $rest ) if $debug; $dispatch->{ $to }->( $rest ); } else { - print "NO DISPATCH for ",dump( $full ),"\n"; + print "NO DISPATCH for ",as_hex( $full ),"\n"; } return $data;