osmobts_sock.cpp: Add missing space in log statement.

This commit is contained in:
Harald Welte 2015-11-12 01:08:19 +01:00
parent 218482769b
commit 19d1e9270d
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ int pcu_l1if_open(void)
rc = connect(bfd->fd, (struct sockaddr *) &local, namelen);
if (rc != 0) {
LOGP(DL1IF, LOGL_ERROR, "Failed to connect to the osmo-bts"
"PCU socket, delaying... '%s'\n", local.sun_path);
" PCU socket, delaying... '%s'\n", local.sun_path);
pcu_sock_state = state;
close(bfd->fd);
bfd->fd = -1;