PCU interface: Log version when starting listener

Change-Id: Ieba46cc7eee7758033815014ee38bf4751a0f26f
This commit is contained in:
arehbein 2023-03-25 21:43:43 +01:00 committed by laforge
parent 81cfbb10cb
commit 7f03444d8b
1 changed files with 1 additions and 1 deletions

View File

@ -1209,7 +1209,7 @@ int pcu_sock_init(const char *path)
g_bts_sm->gprs.pcu_state = state;
LOGP(DPCU, LOGL_INFO, "Started listening on PCU socket: %s\n", path);
LOGP(DPCU, LOGL_INFO, "Started listening on PCU socket (PCU IF v%u): %s\n", PCU_IF_VERSION, path);
return 0;
}