aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/src/libmgcp/osmux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/libmgcp/osmux.c b/openbsc/src/libmgcp/osmux.c
index db5cee842..6d6870f4c 100644
--- a/openbsc/src/libmgcp/osmux.c
+++ b/openbsc/src/libmgcp/osmux.c
@@ -89,7 +89,7 @@ osmux_handle_lookup(struct mgcp_config *cfg, struct in_addr *addr)
llist_add(&h->head, &osmux_handle_list);
- LOGP(DMGCP, LOGL_DEBUG, "creating new OSMUX handle for addr=%s\n",
+ LOGP(DMGCP, LOGL_DEBUG, "created new OSMUX handle for addr=%s\n",
inet_ntoa(*addr));
out:
return h->in;