VirtualBox

Changeset 8701

Show
Ignore:
Timestamp:
05/08/08 14:17:37 (3 months ago)
Author:
vboxsync
Message:

Oops, these RTLogPrintf's shouldn't be here.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/VBox/Main/include/USBDeviceImpl.h

    r8539 r8701  
    115115        if (!aDevice) 
    116116            return E_POINTER; 
    117 RTLogPrintf("%Rfn: id=%RTuuid\n", __PRETTY_FUNCTION__, idToFind.raw()); 
    118117 
    119118        *aDevice = NULL; 
     
    124123            Guid id; 
    125124            (*it)->COMGETTER(Id) (id.asOutParam()); 
    126 RTLogPrintf("%Rfn: it=%RTuuid\n", __PRETTY_FUNCTION__, id.raw()); 
    127125            if (id == idToFind) 
    128126                found = *it; 
     
    132130        if (!found) 
    133131        { 
    134 RTLogPrintf("%Rfn: not found\n", __PRETTY_FUNCTION__); 
    135132            return setError (E_INVALIDARG, OUSBDeviceCollection::tr ( 
    136133                "Could not find a USB device with UUID {%s}"), 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy