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 */