aboutsummaryrefslogtreecommitdiffstats
path: root/tests/gprs/gprs_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gprs/gprs_test.c')
-rw-r--r--tests/gprs/gprs_test.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/gprs/gprs_test.c b/tests/gprs/gprs_test.c
index 2dcbafaf7..99e3ea519 100644
--- a/tests/gprs/gprs_test.c
+++ b/tests/gprs/gprs_test.c
@@ -130,7 +130,8 @@ static struct log_info info = {
int main(int argc, char **argv)
{
- osmo_init_logging(&info);
+ void *ctx = talloc_named_const(NULL, 0, "gprs_test");
+ osmo_init_logging2(ctx, &info);
test_8_4_2();
test_gprs_timer_enc_dec();