suppress EHOSTUNREACH and EHOSTDOWN errors in log
Signed-off-by: Erik Boasson <eb@ilities.com>
This commit is contained in:
parent
986db690b8
commit
e350aa903c
2 changed files with 4 additions and 1 deletions
|
@ -167,7 +167,7 @@ static ssize_t ddsi_udp_conn_write (ddsi_tran_conn_t conn, const nn_locator_t *d
|
|||
rc != DDS_RETCODE_NOT_ALLOWED &&
|
||||
rc != DDS_RETCODE_NO_CONNECTION)
|
||||
{
|
||||
DDS_ERROR("ddsi_udp_conn_write failed with retcode %d", rc);
|
||||
DDS_ERROR("ddsi_udp_conn_write failed with retcode %d\n", rc);
|
||||
}
|
||||
return (rc == DDS_RETCODE_OK ? ret : -1);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue