--- a/phoneengine/loghandling/src/cpeloghandling.cpp Tue Feb 02 00:10:04 2010 +0200
+++ b/phoneengine/loghandling/src/cpeloghandling.cpp Fri Mar 19 09:28:42 2010 +0200
@@ -186,15 +186,15 @@
CallIdCheck::IsVideo( aCallId )
)
{
- CPELogInfo* logInfo( NULL );
+ CPELogInfo* logInfo( NULL );
TRAP( errorCode, logInfo = CPELogInfo::NewL(); );
if ( logInfo )
{
// continue gathering log data
- // set phonenumber and/or voip address
- SetRemoteContact( aCallId, *logInfo );
+ // set phonenumber and/or voip address
+ SetRemoteContact( aCallId, *logInfo );
logInfo->SetEventData( aCallId, iDataStore );
TRAP_IGNORE(
// Contact link can be big, not critical for basic functionality.