aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/src')
-rw-r--r--openbsc/src/nat/bsc_nat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/nat/bsc_nat.c b/openbsc/src/nat/bsc_nat.c
index 411782c58..a4c2d69a4 100644
--- a/openbsc/src/nat/bsc_nat.c
+++ b/openbsc/src/nat/bsc_nat.c
@@ -967,7 +967,7 @@ static int listen_for_bsc(struct bsc_fd *bfd, struct in_addr *in_addr, int port)
ret = bind(bfd->fd, (struct sockaddr *) &addr, sizeof(addr));
if (ret < 0) {
- fprintf(stderr, "Could not bind the BSC socket %s\n",
+ fprintf(stderr, "Could not bind the BSC socket: %s\n",
strerror(errno));
return -EIO;
}