X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXCommandmode.pm;h=aa4cb1a37a4fb287f9245612ec0b9d88e1c8c346;hb=cef696652d16bbeec53aca45234ea0b64f3496d3;hp=522200da3b8249cb74f3bc492a92fa1862d17331;hpb=d7cd2f1d32971efd542a9e4bf0d1df92a4d054de;p=spider.git diff --git a/perl/DXCommandmode.pm b/perl/DXCommandmode.pm index 522200da..aa4cb1a3 100644 --- a/perl/DXCommandmode.pm +++ b/perl/DXCommandmode.pm @@ -17,6 +17,7 @@ use DXUser; use DXVars; use DXDebug; use DXM; +use DXLog; use CmdAlias; use FileHandle; use Carp; @@ -74,6 +75,7 @@ sub start my $nchan = DXChannel->get($main::mycall); my @pc16 = DXProt::pc16($nchan, $cuser); DXProt::broadcast_ak1a(@pc16); + Log('DXCommand', "$call connected"); } # @@ -192,7 +194,8 @@ sub finish my $nchan = DXChannel->get($main::mycall); my $pc17 = $nchan->pc17($self); DXProt::broadcast_ak1a($pc17); - + + Log('DXCommand', "$call disconnected"); $ref->del() if $ref; }