harvester/blacklistclient/src/blacklistclient.cpp
branchRCL_3
changeset 9 82c0024438c8
parent 8 50de4d668bb6
child 10 ab88d4a85041
--- 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