mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] commands/tftp: use pr_debug for debug output
@ 2013-03-29 15:08 Hubert Feurstein
  2013-03-29 16:32 ` Jean-Christophe PLAGNIOL-VILLARD
  0 siblings, 1 reply; 6+ messages in thread
From: Hubert Feurstein @ 2013-03-29 15:08 UTC (permalink / raw)
  To: barebox

Signed-off-by: Hubert Feurstein <h.feurstein@gmail.com>
---
 commands/tftp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/commands/tftp.c b/commands/tftp.c
index 558b0ac..05d9d04 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);
+	pr_debug("%s: %s -> %s\n", __func__, source, dest);
 
 	ret = copy_file(source, dest, 1);
 
-- 
1.8.1.3


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-04-03  7:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-29 15:08 [PATCH] commands/tftp: use pr_debug for debug output Hubert Feurstein
2013-03-29 16:32 ` Jean-Christophe PLAGNIOL-VILLARD
2013-03-30 10:50   ` Sascha Hauer
2013-03-30 12:46     ` Jean-Christophe PLAGNIOL-VILLARD
2013-04-02  8:07   ` [PATCH v2] commands/tftp: use debug() " Hubert Feurstein
2013-04-03  7:11     ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox