summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/network.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/network.c b/src/network.c
index 1b9b3633..e7e6fb57 100644
--- a/src/network.c
+++ b/src/network.c
@@ -1336,6 +1336,9 @@ 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);
+
if (netreg->status != status) {
struct ofono_modem *modem;