aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2019-11-06 19:34:00 +0700
committerVadim Yanitskiy <axilirator@gmail.com>2019-11-06 19:34:21 +0700
commit348af264d205a2dd5fd6b1c2499b72a1ccd71d6a (patch)
tree5f065fe6b33245f84d01599b67b6be9c3be07b3a
parent6c4fabc82675c45361c12fc3d140d85d4a8df1e4 (diff)
osmo_ss7.c: cosmetic: fix typo in xua_accept_cb()
-rw-r--r--src/osmo_ss7.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmo_ss7.c b/src/osmo_ss7.c
index fa6a338..1b9e3d1 100644
--- a/src/osmo_ss7.c
+++ b/src/osmo_ss7.c
@@ -1760,7 +1760,7 @@ static int xua_accept_cb(struct osmo_stream_srv_link *link, int fd)
char portbuf[16];
osmo_sock_get_ip_and_port(fd, hostbuf, sizeof(hostbuf), portbuf, sizeof(portbuf), false);
- LOGP(DLSS7, LOGL_INFO, "%s: created dynamicASP %s\n",
+ LOGP(DLSS7, LOGL_INFO, "%s: created dynamic ASP %s\n",
sock_name, asp->cfg.name);
asp->cfg.is_server = true;
asp->cfg.local.host[0] = NULL;