summaryrefslogtreecommitdiff
path: root/src/copy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/copy.c')
-rw-r--r--src/copy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/copy.c b/src/copy.c
index 6ce0a2bc4..017adf8d2 100644
--- a/src/copy.c
+++ b/src/copy.c
@@ -234,7 +234,7 @@ copy_reg (const char *src_path, const char *dst_path,
saved ones obtained via a previous call to stat. */
if (! SAME_INODE (*src_sb, src_open_sb))
{
- error (EXIT_FAILURE, 0,
+ error (0, 0,
_("skipping file %s, as it was replaced while being copied"),
quote (src_path));
return_val = -1;