netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] [AX25] SOCK_DEBUG message simplification
@ 2009-03-19 18:11 bernard pidoux
  2009-03-21 20:33 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: bernard pidoux @ 2009-03-19 18:11 UTC (permalink / raw)
  To: netdev

This patch condenses two debug messages in one.

Signed-off-by: Bernard Pidoux <f6bvp@amsat.org>
---
 net/ax25/af_ax25.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/net/ax25/af_ax25.c b/net/ax25/af_ax25.c
index 00d9e5e..532a031 100644
--- a/net/ax25/af_ax25.c
+++ b/net/ax25/af_ax25.c
@@ -1529,10 +1529,8 @@ static int ax25_sendmsg(struct kiocb *iocb, struct socket *sock,
 		dp = ax25->digipeat;
 	}
 
-	SOCK_DEBUG(sk, "AX.25: sendto: Addresses built.\n");
-
 	/* Build a packet */
-	SOCK_DEBUG(sk, "AX.25: sendto: building packet.\n");
+	SOCK_DEBUG(sk, "AX.25: sendto: Addresses built. Building packet.\n");
 
 	/* Assume the worst case */
 	size = len + ax25->ax25_dev->dev->hard_header_len;
-- 
1.6.0.6


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

* Re: [PATCH 1/3] [AX25] SOCK_DEBUG message simplification
  2009-03-19 18:11 [PATCH 1/3] [AX25] SOCK_DEBUG message simplification bernard pidoux
@ 2009-03-21 20:33 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2009-03-21 20:33 UTC (permalink / raw)
  To: f6bvp; +Cc: netdev

From: bernard pidoux <f6bvp@free.fr>
Date: Thu, 19 Mar 2009 19:11:48 +0100

> This patch condenses two debug messages in one.
> 
> Signed-off-by: Bernard Pidoux <f6bvp@amsat.org>

Applied.

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

end of thread, other threads:[~2009-03-21 20:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-19 18:11 [PATCH 1/3] [AX25] SOCK_DEBUG message simplification bernard pidoux
2009-03-21 20:33 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).