[PATCH] osmo-bts[master]: use osmo_init_logging2() with proper talloc ctx

2018-04-04 Thread Neels Hofmeyr
Hello Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/7603 to look at the new patch set (#3). use osmo_init_logging2() with proper talloc ctx Completely drop bts_log_init(), call osmo_init_logging2() directly instead: all callers of

[PATCH] osmo-bts[master]: use osmo_init_logging2() with proper talloc ctx

2018-04-04 Thread Neels Hofmeyr
Hello Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/7603 to look at the new patch set (#2). use osmo_init_logging2() with proper talloc ctx Completely drop bts_log_init(), call osmo_init_logging2() directly instead: all callers of

[PATCH] osmo-bts[master]: use osmo_init_logging2() with proper talloc ctx

2018-04-01 Thread Neels Hofmeyr
Review at https://gerrit.osmocom.org/7603 use osmo_init_logging2() with proper talloc ctx Completely drop bts_log_init(), call osmo_init_logging2() directly instead: all callers of bts_log_init() passed NULL as category string, so all it ever did was call osmo_init_logging(). The bts_log_info