Change log level about conn becoming closed to NOTICE

Change-Id: I8973990e2cc435422e62dd2a38192e7a6da4a716
This commit is contained in:
Pau Espin 2022-09-14 12:17:48 +02:00 committed by laforge
parent 6bcd615d10
commit d046306b63
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ static int hnb_read_cb(struct osmo_stream_srv *conn)
osmo_stream_srv_destroy(conn);
goto out;
} else if (rc == 0) {
LOGHNB(hnb, DMAIN, LOGL_ERROR, "Connection closed sctp_recvmsg(%s) = 0\n",
LOGHNB(hnb, DMAIN, LOGL_NOTICE, "Connection closed sctp_recvmsg(%s) = 0\n",
osmo_sock_get_name2(osmo_stream_srv_get_ofd(conn)->fd));
osmo_stream_srv_destroy(conn);
rc = -1;