FT2232 Messaaging fix
authorDavid Brownell <dbrownell@users.sourceforge.net>
Wed, 24 Mar 2010 23:04:26 +0000 (16:04 -0700)
committerDavid Brownell <dbrownell@users.sourceforge.net>
Wed, 24 Mar 2010 23:04:26 +0000 (16:04 -0700)
The init cleanup patch overlooked a message which was
wrongly specific to the "usbjtag" layout.  Fix.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
src/jtag/drivers/ft2232.c

index dd11aec666aa097896785b3e06b81846d24bd11d..93d1c4a809ba07716ab2914d43a58ba51f9a2f3f 100644 (file)
@@ -2433,7 +2433,7 @@ static int ftx232_init_tail(void)
 
        if (((ft2232_write(buf, 3, &bytes_written)) != ERROR_OK) || (bytes_written != 3))
        {
-               LOG_ERROR("couldn't initialize FT2232 with 'USBJTAG' layout");
+               LOG_ERROR("couldn't initialize FT2232 DBUS");
                return ERROR_JTAG_INIT_FAILED;
        }