From 01fd2a093be2cc8c85512f89a6e0ac77cf96d8bd Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Sat, 27 Jul 2002 22:44:52 +0000 Subject: Corrected debug output git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1474 a1c6a512-1295-4272-9138-f99709370657 --- firmware/drivers/ata.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/drivers/ata.c b/firmware/drivers/ata.c index fe2e203e5a..18f50b24df 100644 --- a/firmware/drivers/ata.c +++ b/firmware/drivers/ata.c @@ -311,7 +311,7 @@ static void ata_thread(void) switch ( ev.id ) { case SYS_USB_CONNECTED: /* Tell the USB thread that we are safe */ - DEBUGF("backlight_thread got SYS_USB_CONNECTED\n"); + DEBUGF("ata_thread got SYS_USB_CONNECTED\n"); usb_acknowledge(SYS_USB_CONNECTED_ACK); /* Wait until the USB cable is extracted again */ -- cgit v1.2.3