osmo_ss7.c: cosmetic: fix typo in xua_accept_cb()

Change-Id: Id925d09b9232b5e0124b977fa482e8cdc3c8b835
This commit is contained in:
Vadim Yanitskiy 2019-11-06 19:34:00 +07:00
parent 6c4fabc826
commit 348af264d2
1 changed files with 1 additions and 1 deletions

View File

@ -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;