From: Dirk Koopman Date: Fri, 24 Apr 2020 19:54:06 +0000 (+0100) Subject: add link to show/debug_ring as dmesg X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=commitdiff_plain;h=a00356d8ddf71026bce96389557f8093238e15d0 add link to show/debug_ring as dmesg Should be a reasonable synonym for linux people. And it's a lot quicker to type than show/debug_ring. Which is, admittedly, more descriptive. --- diff --git a/cmd/dmesg.pl b/cmd/dmesg.pl new file mode 120000 index 00000000..db129f68 --- /dev/null +++ b/cmd/dmesg.pl @@ -0,0 +1 @@ +show/debug_ring.pl \ No newline at end of file diff --git a/perl/DXProtHandle.pm b/perl/DXProtHandle.pm index 4e3480d6..5b213b80 100644 --- a/perl/DXProtHandle.pm +++ b/perl/DXProtHandle.pm @@ -2013,7 +2013,7 @@ sub handle_93 } if (isdbg('progress')) { - my $s = sprintf "ANNTALK: to: $to from: $from\@$onode%s '$text'", $via ne '*'?" via $via":''; + my $s = sprintf "ANNTALK: $from\@$onode%s -> $to '$text'", $via ne '*' ? " via $via" : ''; dbg($s); }