aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/osmo-trx.cpp
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-04-16 14:50:11 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-04-16 14:50:55 +0200
commite1977fcd226f3222050c834a70e84e2df332f88d (patch)
tree9ca3a0f6ccbd9b84d2ca5947b5776d44587e184e /Transceiver52M/osmo-trx.cpp
parentf97296e0ce33235e530dcf38e6e97417d7db92e4 (diff)
use osmo_init_logging2()
Diffstat (limited to 'Transceiver52M/osmo-trx.cpp')
-rw-r--r--Transceiver52M/osmo-trx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Transceiver52M/osmo-trx.cpp b/Transceiver52M/osmo-trx.cpp
index 2eb8309..1b351d6 100644
--- a/Transceiver52M/osmo-trx.cpp
+++ b/Transceiver52M/osmo-trx.cpp
@@ -506,7 +506,7 @@ int main(int argc, char *argv[])
convolve_init();
convert_init();
- osmo_init_logging(&log_info);
+ osmo_init_logging2(tall_trx_ctx, &log_info);
osmo_stats_init(tall_trx_ctx);
vty_init(&g_vty_info);
ctrl_vty_init(tall_trx_ctx);