diff -r 5b2a402e96ac -r 25fce757be94 usbengines/usbotgwatcher/src/cusbstatehostainitiate.cpp --- a/usbengines/usbotgwatcher/src/cusbstatehostainitiate.cpp Thu Aug 19 10:54:11 2010 +0300 +++ b/usbengines/usbotgwatcher/src/cusbstatehostainitiate.cpp Tue Aug 31 16:13:57 2010 +0300 @@ -245,10 +245,9 @@ } case KErrUsbDeviceDetachedDuringDriverLoading: { - LOG( "KErrUsbDeviceDetachedDuringDriverLoading" ); - // do not show error, due to device is already detached - // Device Detachment will not come after this (it was not - // normally attached yet), therefore emulate detachment + //do not show error, due to device is already detached + // Device Detachment will not come after this (it was not attached yet) + // therefore emulate detachment // content of aTdi is not important, due to detachment anyway DeviceDetachedL(aTdi); break;