aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMichael Albinus2023-08-19 10:08:05 +0200
committerMichael Albinus2023-08-19 10:08:05 +0200
commitfedaf25bb3b36e8bb85ba72a69e06117842c7d64 (patch)
tree6b4e7c974ba6841fe45b589c1711d331fed07c08 /doc
parente3207b13ce5acbae89441e06c19ae4df7988004e (diff)
downloademacs-fedaf25bb3b36e8bb85ba72a69e06117842c7d64.tar.gz
emacs-fedaf25bb3b36e8bb85ba72a69e06117842c7d64.zip
Simplify use of Tramp messages
* doc/misc/tramp.texi (Traces and Profiles): Don't require a minimum `tramp-verbose' level when `tramp-debug-command-messages' is non-nil. * lisp/net/tramp-message.el (tramp-debug-command-messages): Adapt docstring. (tramp-message, with-tramp-debug-message): Don't require a minimum `tramp-verbose' level when `tramp-debug-command-messages' is non-nil.
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/tramp.texi5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index 291d6600af5..6189ef2d41d 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -6125,9 +6125,8 @@ performance of @value{tramp} actions.
6125If @code{tramp-verbose} is greater than or equal to 11, @value{tramp} 6125If @code{tramp-verbose} is greater than or equal to 11, @value{tramp}
6126function call traces are written to the buffer @file{*trace tramp/foo*}. 6126function call traces are written to the buffer @file{*trace tramp/foo*}.
6127 6127
6128When @code{tramp-debug-command-messages} is non-@code{nil} and 6128When @code{tramp-debug-command-messages} is non-@code{nil}, the debug
6129@code{tramp-verbose} is greater than or equal to 6, the debug buffer 6129buffer contains all messages with verbosity level 6 (sent and received
6130contains all messages with verbosity level 6 (sent and received
6131strings), and the entry and exit messages for the function 6130strings), and the entry and exit messages for the function
6132@code{tramp-file-name-handler}. This is intended for @value{tramp} 6131@code{tramp-file-name-handler}. This is intended for @value{tramp}
6133maintainers, analyzing the remote commands for performance analysis. 6132maintainers, analyzing the remote commands for performance analysis.