From e4ee8c8879457efafd4e073e70de4b9a8a6ef888 Mon Sep 17 00:00:00 2001 From: William Wilgus Date: Thu, 4 Jul 2024 13:01:36 -0400 Subject: [Fix Yellow] file_op.c Bad DEBUGF statement Change-Id: I22fa470599b0c22fae0bc5492eda38fd1e0c0b55 --- apps/fileop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/fileop.c') 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 } /* Else Some other relation / failure */ - DEBUGF("%s res: %d, rel: %d\n", __func__, rc, rel); + DEBUGF("%s res: %d, rel: %d\n", __func__, FORC_UNKNOWN_FAILURE, rel); return FORC_UNKNOWN_FAILURE; } -- cgit v1.2.3