osmobts_sock: cosmetic, put a dot between "v" and version number

Change-Id: I7c70c4d4440fa9885e1efb80e6f2e4e821ac916f
This commit is contained in:
Philipp Maier 2023-08-29 15:10:53 +02:00
parent 5ad1f158d9
commit 457009e60f
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ static int pcu_sock_cb(struct osmo_fd *bfd, unsigned int flags)
int pcu_l1if_open(void)
{
int rc;
LOGP(DL1IF, LOGL_INFO, "Opening OsmoPCU L1 interface v%u to OsmoBTS\n", PCU_IF_VERSION);
LOGP(DL1IF, LOGL_INFO, "Opening OsmoPCU L1 interface v.%u to OsmoBTS\n", PCU_IF_VERSION);
memset(&pcu_sock_state, 0x00, sizeof(pcu_sock_state));
INIT_LLIST_HEAD(&pcu_sock_state.upqueue);