1
0
Fork 0
forked from len0rd/rockbox

correct wrong logf

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19627 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Frank Gevaerts 2008-12-31 17:36:57 +00:00
parent b6eaf1db1b
commit a2e80d573c

View file

@ -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);