From 83863df04bd30bfe2430b0c43ca9f78596d3f0bc Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Sat, 4 Apr 2009 16:57:50 +0200 Subject: Fix quoting bug introduced by commit 74de7aef Signed-off-by: Wolfgang Denk --- common/cmd_net.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/cmd_net.c') diff --git a/common/cmd_net.c b/common/cmd_net.c index 9bef7a2..92bbf85 100644 --- a/common/cmd_net.c +++ b/common/cmd_net.c @@ -224,7 +224,7 @@ netboot_common (proto_t proto, cmd_tbl_t *cmdtp, int argc, char *argv[]) #ifdef CONFIG_SOURCE if (((s = getenv("autoscript")) != NULL) && (strcmp(s,"yes") == 0)) { - printf ("Running "source" command at addr 0x%08lX", + printf ("Running \"source\" command at addr 0x%08lX", load_addr); s = getenv ("autoscript_uname"); -- cgit v1.1