add logging to show/dxsql
authorDirk Koopman <djk@tobit.co.uk>
Tue, 27 Dec 2011 15:28:24 +0000 (15:28 +0000)
committerDirk Koopman <djk@tobit.co.uk>
Tue, 27 Dec 2011 15:28:24 +0000 (15:28 +0000)
this is to find out whether anyone is using this command.

cmd/show/dxqsl.pl
perl/Version.pm

index 2017a6ae37c6db0ff179d0ec110ca29193549e70..3a00433c1598dcc46245d516d1362e9003c5846f 100644 (file)
@@ -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;
index fdfe4d13b6aaae21860b46becd9ce05abacc00d3..2633856a8b13c0fe08319414b9a43c50bae5eca5 100644 (file)
@@ -11,7 +11,7 @@ use vars qw($version $subversion $build $gitversion);
 
 $version = '1.56';
 $subversion = '0';
-$build = '11';
-$gitversion = 'ed2d469';
+$build = '12';
+$gitversion = '209156e';
 
 1;