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

This commit is contained in:
YAMAMOTO Takashi
2020-11-20 22:22:53 -08:00
committed by Xiang Xiao
parent 8cb6790cef
commit 3aa29095b2
+1 -1
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;
}