diff -r 1a297fa72b1e -r f6533aee8b2b usbengines/usbotgwatcher/src/cusbstatehostainitiate.cpp --- a/usbengines/usbotgwatcher/src/cusbstatehostainitiate.cpp Wed Apr 14 17:02:32 2010 +0300 +++ b/usbengines/usbotgwatcher/src/cusbstatehostainitiate.cpp Tue Apr 27 17:41:29 2010 +0300 @@ -245,9 +245,10 @@ } case KErrUsbDeviceDetachedDuringDriverLoading: { - //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 + 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 // content of aTdi is not important, due to detachment anyway DeviceDetachedL(aTdi); break;