9
0
Fork 0

commands/tftp: use debug() for debug output

Signed-off-by: Hubert Feurstein <h.feurstein@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Hubert Feurstein 2013-04-02 10:07:07 +02:00 committed by Sascha Hauer
parent 18196fcf5f
commit 50a9cadb0c
1 changed files with 1 additions and 1 deletions

View File

@ -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);