All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Remove a debug information, since the info is useless, and more, it can display invalid info due to var not initialise in some case
@ 2011-04-29 13:20 Bertrand Aygon
  2011-04-29  9:16 ` Denis Kenzior
  0 siblings, 1 reply; 2+ messages in thread
From: Bertrand Aygon @ 2011-04-29 13:20 UTC (permalink / raw)
  To: ofono

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

---
 src/sms.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/sms.c b/src/sms.c
index 74c943a..2940762 100644
--- a/src/sms.c
+++ b/src/sms.c
@@ -1336,7 +1336,7 @@ static void sms_dispatch(struct ofono_sms *sms, GSList *sms_list)
 			}
 		}
 
-		DBG("dst %d src %d 8bit %u", cdst, csrc, is_8bit);
+		DBG("dst %d src %d", cdst, csrc);
 
 		if (srcport != csrc || dstport != cdst) {
 			ofono_error("Source / Destination ports across "
-- 
1.7.1

---------------------------------------------------------------------
Intel Corporation SAS (French simplified joint stock company)
Registered headquarters: "Les Montalets"- 2, rue de Paris, 
92196 Meudon Cedex, France
Registration Number:  302 456 199 R.C.S. NANTERRE
Capital: 4,572,000 Euros

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.

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

end of thread, other threads:[~2011-04-29 13:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-29 13:20 [PATCH] Remove a debug information, since the info is useless, and more, it can display invalid info due to var not initialise in some case Bertrand Aygon
2011-04-29  9:16 ` 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.