summaryrefslogtreecommitdiffstats
path: root/commands/tftp.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/tftp.c')
-rw-r--r--commands/tftp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/tftp.c b/commands/tftp.c
index 558b0ac816..c83d1740e2 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);