mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
fs/spiffs/src/spiffs_vfs.c: Fix a syslog format
This commit is contained in:
committed by
Xiang Xiao
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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user