phoneengine/loghandling/src/cpeloginfo.cpp
branchRCL_3
changeset 62 5266b1f337bd
parent 61 41a7f70b3818
--- a/phoneengine/loghandling/src/cpeloginfo.cpp	Tue Aug 31 15:14:29 2010 +0300
+++ b/phoneengine/loghandling/src/cpeloginfo.cpp	Wed Sep 01 12:30:10 2010 +0100
@@ -124,11 +124,11 @@
                 iName = KLogsPayphoneText;
                 break;
             case RMobileCall::ERemoteIdentitySuppressed:
-                if ( aDataStore.RemotePhoneNumber( aCallId ).Length() == 0 )
-                    {
-                    iName = KLogsPrivateText;
-                    }
-                break;
+            	if ( aDataStore.RemotePhoneNumber( aCallId ).Length() == 0 )
+            		{
+            		iName = KLogsPrivateText;
+            		}
+            	break;
             default:
                 break;
             }