mega-merge of major parts of mojo
[spider.git] / cmd / spoof.pl
index e0194a1178e1bfd5b09eba285da1e9a34a304eb5..d4be673fbb24a5d905785710a73a5697730f6cb0 100644 (file)
@@ -35,7 +35,8 @@ unless ($user) {
 # set up basic environment
 $self->call($call);
 $self->user($user);
-Log('DXCommand', "spoof '$newline' as $call by $mycall");
+my $addr = $self->hostname || '127.0.0.1';
+Log('cmd', "$self->{call}|$addr|spoof|$line");
 my @in = $self->run_cmd($newline);
 push @out, map {"spoof $call: $_"} @in;
 $self->call($mycall);