mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix build.
This commit is contained in:
parent
05bd8c224e
commit
5cd88eb04a
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ static void ips_io_request_finish(ips_command_t *command)
|
|||
if(COMMAND_ERROR(command)){
|
||||
iobuf->bio_flags |=BIO_ERROR;
|
||||
iobuf->bio_error = EIO;
|
||||
printf("ips: io error, status= \n", command->status.value);
|
||||
printf("ips: io error, status= 0x%x\n", command->status.value);
|
||||
}
|
||||
ips_insert_free_cmd(command->sc, command);
|
||||
ipsd_finish(iobuf);
|
||||
|
|
|
|||
Loading…
Reference in a new issue