add debugging
This commit is contained in:
@@ -166,6 +166,8 @@ void MemoryCardDriver_Linux::GetStorageDevices( vector<UsbStorageDevice>& vDevic
|
||||
{
|
||||
if( strcmp(szTemp,"Yes")==0 )
|
||||
{
|
||||
LOG->Trace( "iConnectedDeviceIndex: %d, iUsbStorageIndex: %d",
|
||||
iConnectedDeviceIndex, iUsbStorageIndex );
|
||||
usbd.iUsbStorageIndex = iUsbStorageIndex;
|
||||
iConnectedDeviceIndex++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user