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