From: Øyvind H. <go...@us...> - 2010-08-14 08:01:03
|
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 bb88f3f470b7e3805636983c533756e84806bd2f (commit) from 36333f9ca8eec7a83427116d9638065f3f02d08f (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 bb88f3f470b7e3805636983c533756e84806bd2f Author: Catalin Patulea <ca...@vv...> Date: Fri Aug 13 18:41:18 2010 -0400 Fix typo in usb_blaster_vid_pid error message diff --git a/src/jtag/drivers/usb_blaster.c b/src/jtag/drivers/usb_blaster.c index 59c5715..1679040 100644 --- a/src/jtag/drivers/usb_blaster.c +++ b/src/jtag/drivers/usb_blaster.c @@ -492,7 +492,7 @@ COMMAND_HANDLER(usb_blaster_handle_vid_pid_command) { if (CMD_ARGC > 2) { - LOG_WARNING("ignoring extra IDs in ft2232_vid_pid " + LOG_WARNING("ignoring extra IDs in usb_blaster_vid_pid " "(maximum is 1 pair)"); CMD_ARGC = 2; } ----------------------------------------------------------------------- Summary of changes: src/jtag/drivers/usb_blaster.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- Main OpenOCD repository |