]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Everywhere we print an fxp_error(), try to make it clear what we were trying
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Thu, 13 Apr 2006 21:18:09 +0000 (21:18 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Thu, 13 Apr 2006 21:18:09 +0000 (21:18 +0000)
commitf3be6ab7ab9ad4b90738541ed068448e139e87fb
tree1d5bc4f0cc8099d632414bf7335bab1eca47d57b
parent1d6f8ae82478907d7e235156e0e19005b25e8257
Everywhere we print an fxp_error(), try to make it clear what we were trying
to do at the time.
(A lot of these say just "canonify:". This isn't a nice thing to show to a
user, but I don't believe canonify() will ever return failure due to a server
error, so users shouldn't actually see it, and it means we have a chance of
tracing it if reported.)

[originally from svn r6636]
psftp.c