All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] network/ofono_netreg_status_notify: debug log the lac and ci
@ 2019-04-27 14:16 Alexander Couzens
  2019-04-27 14:16 ` [PATCH 2/2] network: debug log the network time on update Alexander Couzens
  2019-04-28 15:13 ` [PATCH 1/2] network/ofono_netreg_status_notify: debug log the lac and ci Denis Kenzior
  0 siblings, 2 replies; 3+ messages in thread
From: Alexander Couzens @ 2019-04-27 14:16 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 631 bytes --]

---
 src/network.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/network.c b/src/network.c
index ae3175d4a7e9..19e7e7824067 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;
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-04-28 15:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-27 14:16 [PATCH 1/2] network/ofono_netreg_status_notify: debug log the lac and ci Alexander Couzens
2019-04-27 14:16 ` [PATCH 2/2] network: debug log the network time on update Alexander Couzens
2019-04-28 15:13 ` [PATCH 1/2] network/ofono_netreg_status_notify: debug log the lac and ci Denis Kenzior

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.