diff --git a/commands/tftp.c b/commands/tftp.c index 558b0ac81..c83d1740e 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);