add cmd line to forkcall stats
[spider.git] / cmd / show / log.pl
index 18d9405091f8e6132640a74d4be5860003c56b4a..29d2b51232aca51f3bae521e98ce2ac42b18d1e5 100644 (file)
@@ -41,7 +41,7 @@ sub handle
                $who = $self->call;
        }
 
-       @out = $self->spawn_cmd(\&DXLog::print, args => [$from, $to, $main::systime, undef, $who]);
+       @out = $self->spawn_cmd("show/log $cmdline", \&DXLog::print, args => [$from, $to, $main::systime, undef, $who]);
        
        return (1, @out);
 }