diff -r 50de4d668bb6 -r 82c0024438c8 harvester/blacklistclient/src/blacklistclient.cpp --- a/harvester/blacklistclient/src/blacklistclient.cpp Wed Mar 31 22:19:07 2010 +0300 +++ b/harvester/blacklistclient/src/blacklistclient.cpp Wed Apr 14 16:24:03 2010 +0300 @@ -116,7 +116,7 @@ } User::WaitForRequest( status ); - error = server.ExitType() == EExitPanic ? KErrGeneral : status.Int(); + error = server.ExitType() == EExitPanic ? KErrCommsBreak : status.Int(); server.Close(); WRITELOG( "RBlacklistClient::StartServer - end" ); @@ -287,7 +287,7 @@ { if ( modified == aLastModifiedTime.Int64() ) { - WRITELOG( "RBlacklistClient::IsBlacklistedL - file is blacklisted, modification time is different" ); + WRITELOG( "RBlacklistClient::IsBlacklistedL - file is blacklisted, modification time is the same" ); return ETrue; } else