mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
osmux: set log level of expected code path to INFO
Change-Id: I5caf850b7bb19c66716139512f16568d4f8459eb
This commit is contained in:
@@ -303,7 +303,7 @@ static int endp_osmux_state_check(struct mgcp_endpoint *endp, struct mgcp_conn_r
|
||||
mgcp_conn_dump(conn->conn));
|
||||
return -1;
|
||||
}
|
||||
LOGPCONN(conn->conn, DOSMUX, LOGL_ERROR,
|
||||
LOGPCONN(conn->conn, DOSMUX, LOGL_INFO,
|
||||
"Osmux %s CID %u towards %s is now enabled\n",
|
||||
sending ? "sent" : "received",
|
||||
conn->osmux.cid, osmo_sockaddr_to_str(&rem_addr));
|
||||
|
Reference in New Issue
Block a user