diff -r 33ae025ac1e8 -r 2290317b9ec5 watchdog/src/watchdog.cpp --- a/watchdog/src/watchdog.cpp Mon May 03 12:55:01 2010 +0300 +++ b/watchdog/src/watchdog.cpp Fri May 14 16:38:28 2010 +0300 @@ -51,7 +51,7 @@ // --------------------------------------------------------------------------- // CWatchdog::CWatchdog() : - CActive( CActive::EPriorityLow ), iState(EIdle) + CActive( CActive::EPriorityStandard ), iState(EIdle) { // Add to active scheduler. CActiveScheduler::Add( this );