Author: astieger
Date: Wed Jan 23 21:26:34 2013
New Revision: 1437744

URL: http://svn.apache.org/viewvc?rev=1437744&view=rev
Log:
Use a consistent checksum mismatch message
 
* subversion/libsvn_client/copy_foreign.c
  (file_close): make message identical to to that used elsewhere

Approved by: breser

Modified:
    subversion/trunk/subversion/libsvn_client/copy_foreign.c

Modified: subversion/trunk/subversion/libsvn_client/copy_foreign.c
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_client/copy_foreign.c?rev=1437744&r1=1437743&r2=1437744&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_client/copy_foreign.c (original)
+++ subversion/trunk/subversion/libsvn_client/copy_foreign.c Wed Jan 23 
21:26:34 2013
@@ -370,7 +370,7 @@ file_close(void *file_baton,
                     svn_checksum_mismatch_err(expected_checksum,
                                               actual_checksum,
                                               fb->pool,
-                                         _("Checksum doesn't match for '%s'"),
+                                         _("Checksum mismatch for '%s'"),
                                               svn_dirent_local_style(
                                                     fb->local_abspath,
                                                     fb->pool)));


Reply via email to