usbengines/usbwatcher/src/cusbwatcher.cpp
changeset 85 ad9d655827ef
parent 75 809df41c314e
equal deleted inserted replaced
81:842c592edba7 85:ad9d655827ef
   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.