Skip to content
Snippets Groups Projects
Commit 58b6ad68 authored by Peng Fan's avatar Peng Fan Committed by Simon Glass
Browse files

common: command add '\n' for debug msg


Add '\n' for debug msg.

Signed-off-by: default avatarPeng Fan <Peng.Fan@freescale.com>
Cc: Tom Rini <trini@konsulko.com>
Cc: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Simon Glass <sjg@chromium.org>
Acked-by: default avatarSimon Glass <sjg@chromium.org>
parent 3bd926cc
No related branches found
No related tags found
No related merge requests found
......@@ -492,7 +492,7 @@ static int cmd_call(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
result = (cmdtp->cmd)(cmdtp, flag, argc, argv);
if (result)
debug("Command failed, result=%d", result);
debug("Command failed, result=%d\n", result);
return result;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment