drivers/bch/bchlib_read.c: Fix a syslog format error
This commit is contained in:
parent
b83d658df2
commit
bc552397e9
|
@ -159,7 +159,7 @@ ssize_t bchlib_read(FAR void *handle, FAR char *buffer, size_t offset,
|
|||
sector, nsectors);
|
||||
if (ret < 0)
|
||||
{
|
||||
ferr("ERROR: Read failed: %d\n");
|
||||
ferr("ERROR: Read failed: %d\n", ret);
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue