summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2011-03-10 14:50:25 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2011-03-10 14:50:25 +0100
commit3e48ef43eddaa09646925f6383d08d98be8b79ec (patch)
treec00f28356619745ff80faf34b92b696aaa8e2c5b /commands
parentf4491d7b0404191a143aae3ee93fe04d396b3dea (diff)
parent4b8ac386b3c8395694b2b28f934cd55a96f9553d (diff)
downloadbarebox-3e48ef43eddaa09646925f6383d08d98be8b79ec.tar.gz
barebox-3e48ef43eddaa09646925f6383d08d98be8b79ec.tar.xz
Merge branch 'master' into next
Diffstat (limited to 'commands')
-rw-r--r--commands/trigger.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/trigger.c b/commands/trigger.c
index 162da97c9b..095f96d9f2 100644
--- a/commands/trigger.c
+++ b/commands/trigger.c
@@ -79,7 +79,7 @@ static int do_trigger(struct command *cmdtp, int argc, char *argv[])
led = led_by_name_or_number(argv[optind]);
if (!led) {
- printf("no such led: %d\n", argv[optind]);
+ printf("no such led: %s\n", argv[optind]);
return 1;
}