From ad483b2b6b5841f0fdc6fcc1afafbef6dea83d1e Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Wed, 26 Jul 2017 02:11:23 +0200 Subject: [PATCH] network/ofono_netreg_status_notify: debug output lac and ci The location are code and cell id is updated at the same time. --- src/network.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/network.c b/src/network.c index ae3175d4..19e7e782 100644 --- a/src/network.c +++ b/src/network.c @@ -1351,8 +1351,8 @@ void ofono_netreg_status_notify(struct ofono_netreg *netreg, int status, if (netreg == NULL) return; - DBG("%s status %d tech %d", __ofono_atom_get_path(netreg->atom), - status, tech); + DBG("%s status %d tech %d lac %d ci %d", + __ofono_atom_get_path(netreg->atom), status, tech, lac, ci); if (netreg->status != status) { struct ofono_modem *modem;