From e873a6d27cc1b0323b5687f6aecb1ee3c513688c Mon Sep 17 00:00:00 2001 From: oharboe Date: Wed, 17 Dec 2008 14:55:12 +0000 Subject: check syntax for init/version git-svn-id: svn://svn.berlios.de/openocd/trunk@1257 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/jtag/zy1000.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/jtag/zy1000.c') diff --git a/src/jtag/zy1000.c b/src/jtag/zy1000.c index e74478a6..0b3c8525 100644 --- a/src/jtag/zy1000.c +++ b/src/jtag/zy1000.c @@ -355,7 +355,7 @@ int zy1000_register_commands(struct command_context_s *cmd_ctx) int zy1000_init(void) { - LOG_ERROR("%s\n", ZYLIN_OPENOCD_VERSION); + LOG_USER("%s", ZYLIN_OPENOCD_VERSION); ZY1000_POKE(ZY1000_JTAG_BASE+0x10, 0x30); // Turn on LED1 & LED2 -- cgit v1.2.3