diff -r 556534771396 -r d4d56f5e7c55 harvester/harvesterserver/src/main.cpp --- a/harvester/harvesterserver/src/main.cpp Mon Sep 20 12:35:47 2010 +0530 +++ b/harvester/harvesterserver/src/main.cpp Tue Oct 05 13:15:12 2010 +0530 @@ -29,7 +29,8 @@ void HarvesterThread::run() { - //Trapping the error is handled inside the ThreadFunction + User::SetCritical(User::EProcessCritical); + //Trapping the error is handled inside the ThreadFunction CHarvesterServer::ThreadFunction(); exec(); }