usbengines/usbwatcher/src/cusbwatcher.cpp
branchRCL_3
changeset 86 703a2b94c06c
parent 80 e02eb84a14d2
child 92 dde4619868dc
--- a/usbengines/usbwatcher/src/cusbwatcher.cpp	Tue Sep 14 23:15:19 2010 +0300
+++ b/usbengines/usbwatcher/src/cusbwatcher.cpp	Wed Sep 15 13:20:24 2010 +0300
@@ -788,8 +788,10 @@
         }
     else
         {
-        LOG( "Tryign to call CUsbWatcher::Start in non-idle state " );
-        PANIC( KErrGeneral );
+        //Start may have been called because device lock was unlocking. The
+        //personality may be already starting, so nothing needs to be done.
+        LOG1( "Trying to call CUsbWatcher::Start in non-idle state %d",
+            iState );        
         }
     }