add debugging
This commit is contained in:
@@ -173,13 +173,14 @@ void MemoryCardDriver_Linux::GetStorageDevices( vector<UsbStorageDevice>& vDevic
|
|||||||
}
|
}
|
||||||
else if( strcmp(szTemp,"No")==0 )
|
else if( strcmp(szTemp,"No")==0 )
|
||||||
{
|
{
|
||||||
break; // this device isn't attached. Ignore it.
|
LOG->Trace( "iUsbStorageIndex: %d is not attached", iUsbStorageIndex );
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
LOG->Warn( "Invalid value for Attached: '%s'", szTemp );
|
LOG->Warn( "Invalid value for Attached: '%s'", szTemp );
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
break; // we're done handling this device
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user