Re: [PATCH v2] commands/tftp: use debug() for debug output

2013-04-03 Thread Sascha Hauer
On Tue, Apr 02, 2013 at 10:07:07AM +0200, Hubert Feurstein wrote: > Signed-off-by: Hubert Feurstein Applied, thanks Sascha > --- > commands/tftp.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/commands/tftp.c b/commands/tftp.c > index 558b0ac..c83d174 100644 > --- a

[PATCH v2] commands/tftp: use debug() for debug output

2013-04-02 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..c83d174 100644 --- a/commands/tftp.c +++ b/commands/tftp.c @@ -76,7 +76,7 @@ static int do_tftpb(int argc, char *argv[])