[MERGED] libosmo-sccp[master]: sua: Fix typo in log message

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.org
Fri Jan 27 09:27:38 UTC 2017


Harald Welte has submitted this change and it was merged.

Change subject: sua: Fix typo in log message
......................................................................


sua: Fix typo in log message

Change-Id: I13bb0e2f4ec688fefd9b98d6d2389562e2a2dad7
---
M src/sua.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



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: merged
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



More information about the gerrit-log mailing list