diff -r 28839de615b4 -r 26645d81f48d loggingservices/eventlogger/LogServ/src/LogServResourceInterpreter.cpp --- a/loggingservices/eventlogger/LogServ/src/LogServResourceInterpreter.cpp Thu Aug 19 11:36:21 2010 +0300 +++ b/loggingservices/eventlogger/LogServ/src/LogServResourceInterpreter.cpp Tue Aug 31 16:57:14 2010 +0300 @@ -133,7 +133,8 @@ // Check the entry exists on this drive (e.g. if we are running the log server // from RAM, then default to the ROM if no RSC on the current drive exists). TEntry fsEntry; - if (iFsSession.Entry(fileName, fsEntry) == KErrNotFound) + TInt err = iFsSession.Entry(fileName, fsEntry); + if ( err == KErrNotFound || err == KErrPathNotFound ) { // Switch to ROM (we might already have been launching from the ROM, // in which case this will have no effect anyway).