add logging to show/dxsql
[spider.git] / cmd / show / dxqsl.pl
index 86905d512f08bc79940af70af1f94ddeb516cb4b..3a00433c1598dcc46245d516d1362e9003c5846f 100644 (file)
@@ -3,19 +3,20 @@
 #
 # Copyright (c) 2003 Dirk Koopman G1TLH
 #
-# $Id$
+#
 #
 
 my ($self, $line) = @_;
 my @call = split /\s+/, uc $line;
 my @out;
 
-$DB::single=1;
+#$DB::single=1;
 
 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;