summaryrefslogtreecommitdiff
path: root/firmware/usbstack
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/usbstack')
-rw-r--r--firmware/usbstack/usb_storage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/usbstack/usb_storage.c b/firmware/usbstack/usb_storage.c
index 475bd4c..83b3aee 100644
--- a/firmware/usbstack/usb_storage.c
+++ b/firmware/usbstack/usb_storage.c
@@ -716,7 +716,7 @@ static void handle_scsi(struct command_block_wrapper* cbw)
break;
case SCSI_REPORT_LUNS: {
- logf("scsi inquiry %d",lun);
+ logf("scsi report luns %d",lun);
int allocation_length=0;
int i;
allocation_length|=(cbw->command_block[6]<<24);