Skip to content

Commit

Permalink
Mention local-only effect of --msgs2stderr.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wayne Davison committed Jul 12, 2015
1 parent 77f750f commit 0bcb8b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rsync.yo
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,9 @@ directly to stderr rather than to send messages to the client side via the
protocol (which normally outputs info messages via stdout). This is mainly
intended for debugging in order to avoid changing the data sent via the
protocol, since the extra protocol data can change what is being tested.
Keep in mind that a daemon connection does not have a stderr channel to send
The option does not affect the remote side of a transfer without using
bf(--remote-option) -- e.g. bf(-M--msgs2stderr).
Also keep in mind that a daemon connection does not have a stderr channel to send
messages back to the client side, so if you are doing any daemon-transfer
debugging using this option, you should start up a daemon using bf(--no-detach)
so that you can see the stderr output on the daemon side.
Expand Down

0 comments on commit 0bcb8b6

Please sign in to comment.