This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
Harald Welte gerrit-no-reply at lists.osmocom.orgHello Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/1666
to look at the new patch set (#2).
sua: Fix typo in log message
Change-Id: I13bb0e2f4ec688fefd9b98d6d2389562e2a2dad7
---
M src/sua.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-sccp refs/changes/66/1666/2
diff --git a/src/sua.c b/src/sua.c
index 5af8c18..294dc6a 100644
--- a/src/sua.c
+++ b/src/sua.c
@@ -526,7 +526,7 @@
/* resolve reference of connection */
conn = conn_find_by_id(link, par->conn_id);
if (!conn) {
- LOGP(DSUA, LOGL_ERROR, "N-DISCONNECT.resp for unknown "
+ LOGP(DSUA, LOGL_ERROR, "N-DISCONNECT.req for unknown "
"connection ID %u\n", par->conn_id);
/* FIXME: Send primitive to user */
return -ENODEV;
--
To view, visit https://gerrit.osmocom.org/1666
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I13bb0e2f4ec688fefd9b98d6d2389562e2a2dad7
Gerrit-PatchSet: 2
Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder