Bugzilla – Attachment 3563 Details for
Bug 3378
Make "Shared connectio to <host> closed." message silenceable, while Not silencing ALL messages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Change "Shared connection ..closed" message from "always" to VERBOSE
shared-connection-closed-verbose.patch (text/plain), 404 bytes, created by
Wayne Walker
on 2022-01-10 07:49:15 AEDT
(
hide
)
Description:
Change "Shared connection ..closed" message from "always" to VERBOSE
Filename:
MIME Type:
Creator:
Wayne Walker
Created:
2022-01-10 07:49:15 AEDT
Size:
404 bytes
patch
obsolete
>diff --git mux.c mux.c >index 4c0eb424..883ae0b4 100644 >--- mux.c >+++ mux.c >@@ -2037,8 +2037,7 @@ mux_client_request_session(int fd) > } else > debug2("Received exit status from master %d", exitval); > >- if (tty_flag && options.log_level != SYSLOG_LEVEL_QUIET) >- fprintf(stderr, "Shared connection to %s closed.\r\n", host); >+ verbose("Shared connection to %s closed.\r\n", host); > > exit(exitval); > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 3378
: 3563