From: Spencer O. <nt...@us...> - 2010-07-12 10:34:37
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Main OpenOCD repository". The branch, master has been updated via 1c794320615d917d0e8fb4c40d096fd22f9a824f (commit) from e8445c9c9f02e82ea417776fa27fbe793ae22f83 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 1c794320615d917d0e8fb4c40d096fd22f9a824f Author: Spencer Oliver <nt...@us...> Date: Mon Jul 12 09:34:03 2010 +0100 adapter.c: missing space in handle_interface_command Signed-off-by: Spencer Oliver <nt...@us...> diff --git a/src/jtag/adapter.c b/src/jtag/adapter.c index 2d95e18..e16f756 100644 --- a/src/jtag/adapter.c +++ b/src/jtag/adapter.c @@ -167,7 +167,7 @@ COMMAND_HANDLER(handle_interface_command) */ if (!jtag_interface->transports) LOG_WARNING("Adapter driver '%s' did not declare " - "which transports it allows; assuming" + "which transports it allows; assuming " "legacy JTAG-only", jtag_interface->name); retval = allow_transports(CMD_CTX, jtag_interface->transports ----------------------------------------------------------------------- Summary of changes: src/jtag/adapter.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- Main OpenOCD repository |