aboutsummaryrefslogtreecommitdiffstats
path: root/src/sctp_m2ua.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sctp_m2ua.c')
-rw-r--r--src/sctp_m2ua.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sctp_m2ua.c b/src/sctp_m2ua.c
index 55b9d29..113100f 100644
--- a/src/sctp_m2ua.c
+++ b/src/sctp_m2ua.c
@@ -541,7 +541,7 @@ static int m2ua_conn_read(struct bsc_fd *fd)
}
msgb_put(msg, rc);
- LOGP(DINP, LOGL_NOTICE, "Read %d on stream: %d ssn: %d assoc: %d\n",
+ LOGP(DINP, LOGL_DEBUG, "Read %d on stream: %d ssn: %d assoc: %d\n",
rc, info.sinfo_stream, info.sinfo_ssn, info.sinfo_assoc_id);
m2ua_conn_handle(fd->data, msg, &info);
msgb_free(msg);