X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Flog.pl;h=29d2b51232aca51f3bae521e98ce2ac42b18d1e5;hb=043ec29d2c3f7d807f02660417696f0e93e20880;hp=18d9405091f8e6132640a74d4be5860003c56b4a;hpb=6227d68be0d99f20afc56c023b81455d100924b7;p=spider.git diff --git a/cmd/show/log.pl b/cmd/show/log.pl index 18d94050..29d2b512 100644 --- a/cmd/show/log.pl +++ b/cmd/show/log.pl @@ -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); }