X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fdxqsl.pl;h=3a00433c1598dcc46245d516d1362e9003c5846f;hb=da103adfdd02e647e613a231771884e6df0feba4;hp=2017a6ae37c6db0ff179d0ec110ca29193549e70;hpb=209156e38a1a136ba8c8cf0e9df122eb63c8f2c9;p=spider.git diff --git a/cmd/show/dxqsl.pl b/cmd/show/dxqsl.pl index 2017a6ae..3a00433c 100644 --- a/cmd/show/dxqsl.pl +++ b/cmd/show/dxqsl.pl @@ -16,6 +16,7 @@ return (1, $self->msg('db3', 'QSL')) unless $QSL::dbm; push @out, $self->msg('qsl1'); foreach my $call (@call) { + Log('call', "$call: show/dxqsl $call"); my $q = QSL::get($call); if ($q) { my $c = $call;