host/trxcon: use osmo_init_logging2()
commitfa0d7c0c4f1c35fa2b605283ac8a5117fa843501
authorVadim Yanitskiy <axilirator@gmail.com>
Sun, 8 Apr 2018 10:23:18 +0000 (8 17:23 +0700)
committerHarald Welte <laforge@gnumonks.org>
Mon, 9 Apr 2018 08:26:20 +0000 (9 08:26 +0000)
tree53371b2c6f9d8651f51d5dc9c91ef0a2fa7958c0
parent05d95a46fdcdaa53afe45f0afa704ed349a3ff57
host/trxcon: use osmo_init_logging2()

The osmo_init_logging() doesn't allow to specify a talloc context
for libosmocore logging subsystem, so this is why the new version
was introduced. Let's use it.

Change-Id: I06c4a1f7f839f774bc428e89cfac30132bae904d
src/host/trxcon/logging.c