usbengines/usbotgwatcher/src/cusbstatehostainitiate.cpp
branchRCL_3
changeset 79 25fce757be94
parent 27 f6533aee8b2b
child 80 e02eb84a14d2
--- 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;