mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
drivers/bch/bchlib_read.c: Fix a syslog format error
This commit is contained in:
parent
b83d658df2
commit
bc552397e9
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue