osmobts_sock.cpp: Add missing space in log statement.
diff --git a/src/osmobts_sock.cpp b/src/osmobts_sock.cpp
index 4773e14..b42f042 100644
--- a/src/osmobts_sock.cpp
+++ b/src/osmobts_sock.cpp
@@ -261,7 +261,7 @@
 	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;