fs/spiffs/src/spiffs_vfs.c: Fix a syslog format
This commit is contained in:
parent
8cb6790cef
commit
3aa29095b2
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user