Re: [PATCH] commands/tftp: use pr_debug for debug output

2013-03-30 Thread Jean-Christophe PLAGNIOL-VILLARD
On 11:50 Sat 30 Mar , Sascha Hauer wrote: > On Fri, Mar 29, 2013 at 05:32:37PM +0100, Jean-Christophe PLAGNIOL-VILLARD > wrote: > > On 16:08 Fri 29 Mar , Hubert Feurstein wrote: > > > Signed-off-by: Hubert Feurstein > > > --- > > > commands/tftp.c | 2 +- > > > 1 file changed, 1 insertio

Re: [PATCH] commands/tftp: use pr_debug for debug output

2013-03-30 Thread Sascha Hauer
On Fri, Mar 29, 2013 at 05:32:37PM +0100, Jean-Christophe PLAGNIOL-VILLARD wrote: > On 16:08 Fri 29 Mar , Hubert Feurstein wrote: > > Signed-off-by: Hubert Feurstein > > --- > > commands/tftp.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/commands/tftp.c b/

Re: [PATCH] commands/tftp: use pr_debug for debug output

2013-03-29 Thread Jean-Christophe PLAGNIOL-VILLARD
On 16:08 Fri 29 Mar , Hubert Feurstein wrote: > Signed-off-by: Hubert Feurstein > --- > commands/tftp.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/commands/tftp.c b/commands/tftp.c > index 558b0ac..05d9d04 100644 > --- a/commands/tftp.c > +++ b/commands/tftp.c >

[PATCH] commands/tftp: use pr_debug for debug output

2013-03-29 Thread Hubert Feurstein
Signed-off-by: Hubert Feurstein --- commands/tftp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/tftp.c b/commands/tftp.c index 558b0ac..05d9d04 100644 --- a/commands/tftp.c +++ b/commands/tftp.c @@ -76,7 +76,7 @@ static int do_tftpb(int argc, char *argv[])