[Fix Yellow] file_op.c Bad DEBUGF statement

Change-Id: I22fa470599b0c22fae0bc5492eda38fd1e0c0b55
This commit is contained in:
William Wilgus 2024-07-04 13:01:36 -04:00
parent b0dfcde2f5
commit e4ee8c8879

View file

@ -503,7 +503,7 @@ int copy_move_fileobject(const char *src_path, const char *dst_path, unsigned in
} }
/* Else Some other relation / failure */ /* 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; return FORC_UNKNOWN_FAILURE;
} }