add cmd line to forkcall stats
[spider.git] / cmd / show / dx.pl
index 15eaffd0d5a434feb986827389f838552dbab50e..1170a3447e5e333d3c1659458ecf8f04d811a33b 100644 (file)
@@ -385,7 +385,7 @@ if ($doqra) {
   
 # now do the search
 
-push @out, $self->spawn_cmd(\&Spot::search, 
+push @out, $self->spawn_cmd("sh/dx $line", \&Spot::search, 
                                                        args => [$expr, $fromday, $today, $from, $to, $hint, $dofilter ? $self : undef],
                                                        cb => sub {
                                                                my ($dxchan, @res) = @_;