diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2002-07-27 22:44:52 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2002-07-27 22:44:52 +0000 |
| commit | 01fd2a093be2cc8c85512f89a6e0ac77cf96d8bd (patch) | |
| tree | 1c6d47c464c08bba7b0fae5b3ea59a9780797c71 | |
| parent | d21f8b9ba379847f5ccf324fc2ffb1d6e228a2a1 (diff) | |
| download | rockbox-01fd2a093be2cc8c85512f89a6e0ac77cf96d8bd.zip rockbox-01fd2a093be2cc8c85512f89a6e0ac77cf96d8bd.tar.gz rockbox-01fd2a093be2cc8c85512f89a6e0ac77cf96d8bd.tar.bz2 rockbox-01fd2a093be2cc8c85512f89a6e0ac77cf96d8bd.tar.xz | |
Corrected debug output
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1474 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/drivers/ata.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/ata.c b/firmware/drivers/ata.c index fe2e203..18f50b2 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 */ |