add cmd line to forkcall stats
[spider.git] / cmd / show / wx.pl
index 81a81bf7d3b35131f546fc0a04f207c367c192bc..6b43268e89be34cc12c15ad1509dfa5f7dfda131 100644 (file)
@@ -28,7 +28,7 @@ while ($f = shift @f) {                 # next field
 $to = 20 unless $to;
 $from = 0 unless $from;
 
-@out = $self->spawn_cmd(\&DXLog::print, args => [$from, $to, $main::systime, 'ann', 'WX']);
+@out = $self->spawn_cmd("show/wx $cmdline", \&DXLog::print, args => [$from, $to, $main::systime, 'ann', 'WX']);
        
 #@out = DXLog::print($from, $to, $main::systime, 'ann', $who);
 return (1, @out);