From: David Dykstra Date: Wed, 10 Feb 1999 18:44:25 +0000 (+0000) Subject: Changed error message that just said "open %s: %s" to "cannot create %s: %s" X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/fd0abefa433e80dcc4f730f30bc5e4d918a3c10b?hp=fd0abefa433e80dcc4f730f30bc5e4d918a3c10b Changed error message that just said "open %s: %s" to "cannot create %s: %s" in receiver.c because it confuses people when they do something like rsync /etc/passwd /tmp/nonexistentdir/passwd and it printed out something like open /tmp/noniexistentdir/.passwd.a004d5 : No such file or directory Reported by kurt_granroth@pobox.com in PR #1253. ---