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

Sascha Hauer s.hauer at pengutronix.de
Wed Apr 3 03:11:55 EDT 2013


On Tue, Apr 02, 2013 at 10:07:07AM +0200, Hubert Feurstein wrote:
> Signed-off-by: Hubert Feurstein <h.feurstein at gmail.com>

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/commands/tftp.c
> +++ b/commands/tftp.c
> @@ -76,7 +76,7 @@ static int do_tftpb(int argc, char *argv[])
>  	if (ret)
>  		goto err_rmdir;
>  
> -	printk("%s: %s -> %s\n", __func__, source, dest);
> +	debug("%s: %s -> %s\n", __func__, source, dest);
>  
>  	ret = copy_file(source, dest, 1);
>  
> -- 
> 1.8.1.3
> 
> 
> _______________________________________________
> barebox mailing list
> barebox at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



More information about the barebox mailing list