usbengines/usbwatcher/src/cusbwatcher.cpp
changeset 82 bb43d7cad486
parent 71 173beb545395
equal deleted inserted replaced
78:bf52df5f43d1 82:bb43d7cad486
   787             iState = EUsbStarting;
   787             iState = EUsbStarting;
   788             }
   788             }
   789         }
   789         }
   790     else
   790     else
   791         {
   791         {
   792         LOG( "Tryign to call CUsbWatcher::Start in non-idle state " );
   792         //Start may have been called because device lock was unlocking. The
   793         PANIC( KErrGeneral );
   793         //personality may be already starting, so nothing needs to be done.
       
   794         LOG1( "Trying to call CUsbWatcher::Start in non-idle state %d",
       
   795             iState );        
   794         }
   796         }
   795     }
   797     }
   796 
   798 
   797 // ----------------------------------------------------------------------------
   799 // ----------------------------------------------------------------------------
   798 // This method starts personality unloading or cancels personality start.
   800 // This method starts personality unloading or cancels personality start.