fs/spiffs/src/spiffs_vfs.c: Fix a syslog format

This commit is contained in:
YAMAMOTO Takashi 2020-11-21 11:18:06 +09:00 committed by Xiang Xiao
parent 8cb6790cef
commit 3aa29095b2

View File

@ -1838,7 +1838,7 @@ static int spiffs_rename(FAR struct inode *mountpt,
&oldpgndx);
if (ret < 0)
{
fwarn("WARNING: spiffs_find_objhdr_pgndx failed: %d\n");
fwarn("WARNING: spiffs_find_objhdr_pgndx failed: %d\n", ret);
goto errout_with_lock;
}