X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fcall.pl;h=4674b9180477c7c846d3be2e7405b6136ab8482c;hb=9e6f8da122e48430e5b56b27cf7d06c688cb2e13;hp=d230b626ad1c6823bfa2e718e2fc5617f61199c6;hpb=408a4acf1d0d7176df548677010d8dbfef4342c4;p=spider.git diff --git a/cmd/show/call.pl b/cmd/show/call.pl index d230b626..4674b918 100644 --- a/cmd/show/call.pl +++ b/cmd/show/call.pl @@ -23,6 +23,7 @@ foreach $l (@list) { Timeout => 5); if ($t) { $t->print(uc $l); + Log('call', "show/call $l"); while (my $result = $t->getline) { push @out,$result; }