diff options
| author | Michael Albinus | 2023-08-19 10:08:05 +0200 |
|---|---|---|
| committer | Michael Albinus | 2023-08-19 10:08:05 +0200 |
| commit | fedaf25bb3b36e8bb85ba72a69e06117842c7d64 (patch) | |
| tree | 6b4e7c974ba6841fe45b589c1711d331fed07c08 /doc | |
| parent | e3207b13ce5acbae89441e06c19ae4df7988004e (diff) | |
| download | emacs-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.texi | 5 |
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. | |||
| 6125 | If @code{tramp-verbose} is greater than or equal to 11, @value{tramp} | 6125 | If @code{tramp-verbose} is greater than or equal to 11, @value{tramp} |
| 6126 | function call traces are written to the buffer @file{*trace tramp/foo*}. | 6126 | function call traces are written to the buffer @file{*trace tramp/foo*}. |
| 6127 | 6127 | ||
| 6128 | When @code{tramp-debug-command-messages} is non-@code{nil} and | 6128 | When @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 | 6129 | buffer contains all messages with verbosity level 6 (sent and received |
| 6130 | contains all messages with verbosity level 6 (sent and received | ||
| 6131 | strings), and the entry and exit messages for the function | 6130 | strings), 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} |
| 6133 | maintainers, analyzing the remote commands for performance analysis. | 6132 | maintainers, analyzing the remote commands for performance analysis. |