summaryrefslogtreecommitdiff
path: root/src/network.c
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2019-04-27 16:16:48 +0200
committerDenis Kenzior <denkenz@gmail.com>2019-04-28 10:13:07 -0500
commitc508574f68fed493fcf31bf3bc6a23bc8367a3e3 (patch)
treec82c8bde2b1171945abf3a68b0d2084d95b66730 /src/network.c
parent79565d33d88165b3b76349ca442778d36da49b69 (diff)
downloadofono-c508574f68fed493fcf31bf3bc6a23bc8367a3e3.tar.gz
network/ofono_netreg_status_notify: debug log the lac and ci
Diffstat (limited to 'src/network.c')
-rw-r--r--src/network.c4
1 files 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;