Log socket path on connection

Change-Id: I81c5c1068a8b59ee30399dac90b0f7e730fc19f4
This commit is contained in:
Max 2017-01-06 17:20:57 +01:00
parent b78a4a6dfe
commit b3df58660f
1 changed files with 2 additions and 1 deletions

View File

@ -282,7 +282,8 @@ int pcu_l1if_open(void)
return rc;
}
LOGP(DL1IF, LOGL_NOTICE, "osmo-bts PCU socket has been connected\n");
LOGP(DL1IF, LOGL_NOTICE, "osmo-bts PCU socket %s has been connected\n",
local.sun_path);
pcu_sock_state = state;