diff -r c84cf270c54f -r 92ab7f8d0eab phoneengine/loghandling/src/cpeloginfo.cpp --- a/phoneengine/loghandling/src/cpeloginfo.cpp Tue Feb 02 00:10:04 2010 +0200 +++ b/phoneengine/loghandling/src/cpeloginfo.cpp Fri Mar 19 09:28:42 2010 +0200 @@ -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; }