diff options
Diffstat (limited to 'tests/abis')
-rw-r--r-- | tests/abis/abis_test.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/abis/abis_test.c b/tests/abis/abis_test.c index c0605c28..ca6daed8 100644 --- a/tests/abis/abis_test.c +++ b/tests/abis/abis_test.c @@ -199,7 +199,8 @@ static void test_sw_descr() int main(int argc, char **argv) { - osmo_init_logging(&info); + void *ctx = talloc_named_const(NULL, 0, "abis_test"); + osmo_init_logging2(ctx, &info); test_sw_descr(); test_simple_sw_config(); |