Bug 14407 - link_stat ... failed: No such file or directory: should mention which end of the connection it is talking about
Summary: link_stat ... failed: No such file or directory: should mention which end of ...
Status: RESOLVED FIXED
Alias: None
Product: rsync
Classification: Unclassified
Component: core (show other bugs)
Version: 3.2.0
Hardware: All All
: P5 normal (vote)
Target Milestone: ---
Assignee: Wayne Davison
QA Contact: Rsync QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-06-14 00:28 UTC by Dan Jacobson
Modified: 2020-06-14 22:59 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dan Jacobson 2020-06-14 00:28:16 UTC
Messages like
rsync: link_stat "/home/ralph/x/y/z" failed: No such file or directory (2)
perhaps should mention if they are talking about the source, or the
destination, as often the paths are the same.
Comment 1 Wayne Davison 2020-06-14 22:59:33 UTC
Fixed in git for next release.  Now all rsyserr() messages get the who_am_i() info that was previously only added to some of the errors.