X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=cmd%2Fshow%2Fcontest.pl;h=a43e0ea715fa4ede421ef9c7c1703af30ae21cf8;hb=cc83de0d5705ea91c54f5a3472045594f615d7d7;hp=94d8402ad9b83249fbdc9f31652b4db2a74c71f8;hpb=fd2d8314dd4fcdd7997ef80e7740702e0bad618d;p=spider.git diff --git a/cmd/show/contest.pl b/cmd/show/contest.pl index 94d8402a..a43e0ea7 100644 --- a/cmd/show/contest.pl +++ b/cmd/show/contest.pl @@ -53,7 +53,7 @@ sub handle dbg("sh/contest: url=$url") if isdbg("contest"); - my $r = HTTPMsg->get($self->call, $host, $port, $url); + my $r = AsyncMsg->get($self->call, $host, $port, $url, prefix=>'ctst> '); if ($r) { push @out, $self->msg('m21', "show/contest"); }