X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fannounce.pl;h=3454140ecf3abe96d3b7f112794982d70aca0322;hb=0ce79a125db0acb043fceaa641d8b3a9eae71a41;hp=9ec0111b3cc491671ff4691a4fbf71d540fd5faa;hpb=0ba8b8bf6f01f405661aef65a070a8557e98dd3b;p=spider.git diff --git a/cmd/show/announce.pl b/cmd/show/announce.pl index 9ec0111b..3454140e 100644 --- a/cmd/show/announce.pl +++ b/cmd/show/announce.pl @@ -34,5 +34,7 @@ while ($f = shift @f) { # next field $to = 20 unless $to; $from = 0 unless $from; -@out = DXLog::print($from, $to, $main::systime, 'ann', $who); +@out = $self->spawn_cmd(\&DXLog::print, args => [$from, $to, $main::systime, 'ann', $who]); + +#@out = DXLog::print($from, $to, $main::systime, 'ann', $who); return (1, @out);