harvester/monitorplugins/mmcplugin/src/mmcmonitorao.cpp
changeset 60 79f826a55db2
parent 48 1389872e7c51
equal deleted inserted replaced
58:fe894bb075c2 60:79f826a55db2
   330 	for ( TInt i=0; i < KMaxDrives; i++ )
   330 	for ( TInt i=0; i < KMaxDrives; i++ )
   331 		{
   331 		{
   332 		if ( !(iPreviousDriveList[i] == 0 && iDriveList[i] == 0 && iMediaIdList[i] == 0) )
   332 		if ( !(iPreviousDriveList[i] == 0 && iDriveList[i] == 0 && iMediaIdList[i] == 0) )
   333 			{
   333 			{
   334 		    TInt32 drive;
   334 		    TInt32 drive;
       
   335 		    TUint32 mediaId;
   335 			drive = iPreviousDriveList[i];
   336 			drive = iPreviousDriveList[i];
   336 		    WRITELOG1( "CMMCMonitorAO::PrintAllLists() - Previous drive element: %d", drive );
   337 		    WRITELOG1( "CMMCMonitorAO::PrintAllLists() - Previous drive element: %d", drive );
   337 			drive = iDriveList[i];
   338 			drive = iDriveList[i];
   338 		    WRITELOG1( "CMMCMonitorAO::PrintAllLists() - Current drive element : %d", drive );
   339 		    WRITELOG1( "CMMCMonitorAO::PrintAllLists() - Current drive element : %d", drive );
   339 			drive = iMediaIdList[i];
   340 		    mediaId = iMediaIdList[i];
   340 		    WRITELOG1( "CMMCMonitorAO::PrintAllLists() - Current MediaId       : %d", drive );
   341 		    WRITELOG1( "CMMCMonitorAO::PrintAllLists() - Current MediaId       : %u", mediaId );
   341 			}
   342 			}
   342 		}
   343 		}
   343 	}
   344 	}
   344 #endif
   345 #endif