All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 5/8] gprs-context: print reason for ppp disconnect
@ 2012-08-13 13:22 Christopher Vogl
  2012-08-13 13:38 ` Denis Kenzior
  0 siblings, 1 reply; 2+ messages in thread
From: Christopher Vogl @ 2012-08-13 13:22 UTC (permalink / raw)
  To: ofono

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

---
 drivers/atmodem/gprs-context.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/atmodem/gprs-context.c b/drivers/atmodem/gprs-context.c
index 58a829b..3694c27 100644
--- a/drivers/atmodem/gprs-context.c
+++ b/drivers/atmodem/gprs-context.c
@@ -105,7 +105,7 @@ static void ppp_disconnect(GAtPPPDisconnectReason reason, gpointer user_data)
 	struct ofono_gprs_context *gc = user_data;
 	struct gprs_context_data *gcd = ofono_gprs_context_get_data(gc);
 
-	DBG("");
+	DBG("Reason: %d", reason);
 
 	g_at_ppp_unref(gcd->ppp);
 	gcd->ppp = NULL;
-- 
1.7.7.6


--
Scanned by MailScanner.


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

end of thread, other threads:[~2012-08-13 13:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-13 13:22 [PATCH 5/8] gprs-context: print reason for ppp disconnect Christopher Vogl
2012-08-13 13:38 ` 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.