diff -r 9d7ce34704c8 -r b564fb5fd78b commsfwsupport/commselements/commsfw/src/cflog.cpp --- a/commsfwsupport/commselements/commsfw/src/cflog.cpp Tue Aug 31 16:25:36 2010 +0300 +++ b/commsfwsupport/commselements/commsfw/src/cflog.cpp Wed Sep 01 12:35:48 2010 +0100 @@ -393,7 +393,7 @@ void CCFLog::ConstructL() { - iCsLock.CreateLocal(); + User::LeaveIfError(iCsLock.CreateLocal()); // construct initial cflogger will be first in session arrays RFileLogger* defaultflogger;