summaryrefslogtreecommitdiff
path: root/apps/fileop.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/fileop.c')
-rw-r--r--apps/fileop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/fileop.c b/apps/fileop.c
index c4bdc5aa18..35bd9f2241 100644
--- a/apps/fileop.c
+++ b/apps/fileop.c
@@ -503,7 +503,7 @@ int copy_move_fileobject(const char *src_path, const char *dst_path, unsigned in
503 } 503 }
504 504
505 /* Else Some other relation / failure */ 505 /* Else Some other relation / failure */
506 DEBUGF("%s res: %d, rel: %d\n", __func__, rc, rel); 506 DEBUGF("%s res: %d, rel: %d\n", __func__, FORC_UNKNOWN_FAILURE, rel);
507 return FORC_UNKNOWN_FAILURE; 507 return FORC_UNKNOWN_FAILURE;
508} 508}
509 509