author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Wed, 15 Sep 2010 13:20:24 +0300 | |
branch | RCL_3 |
changeset 86 | 703a2b94c06c |
parent 83 | 60826dff342d |
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 ); } }