From a00356d8ddf71026bce96389557f8093238e15d0 Mon Sep 17 00:00:00 2001 From: Dirk Koopman Date: Fri, 24 Apr 2020 20:54:06 +0100 Subject: [PATCH] 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. --- cmd/dmesg.pl | 1 + perl/DXProtHandle.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 120000 cmd/dmesg.pl 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); } -- 2.34.1