add link to show/debug_ring as dmesg
authorDirk Koopman <djk@tobit.co.uk>
Fri, 24 Apr 2020 19:54:06 +0000 (20:54 +0100)
committerDirk Koopman <djk@tobit.co.uk>
Fri, 24 Apr 2020 19:54:06 +0000 (20:54 +0100)
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 [new symlink]
perl/DXProtHandle.pm

diff --git a/cmd/dmesg.pl b/cmd/dmesg.pl
new file mode 120000 (symlink)
index 0000000..db129f6
--- /dev/null
@@ -0,0 +1 @@
+show/debug_ring.pl
\ No newline at end of file
index 4e3480d66cd08bc3fc99d250b7c4a96ee7aad82b..5b213b80d26e1d76aa42b762b798071e4c18e570 100644 (file)
@@ -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);
        }