fixed fast log printing
[spider.git] / cmd / show / announce.pl
index bd6e05ae7fcde280390003db3a02e2dd129091e6..350ff0efdddfb6cb2916997289cccd269e2f1075 100644 (file)
@@ -34,5 +34,5 @@ while ($f = shift @f) {                 # next field
 $to = 20 unless $to;
 $from = 0 unless $from;
 
-@out = DXLog::print($from, $to, $main::systime, '^ann', $who);
+@out = DXLog::print($from, $to, $main::systime, 'ann', $who);
 return (1, @out);