branch | RCL_3 |
changeset 10 | a152385bb39d |
parent 0 | e6b17d312c8b |
--- a/imservices/searchfeatureplugin/srcutils/searchlogutils.cpp Fri Feb 19 23:08:08 2010 +0200 +++ b/imservices/searchfeatureplugin/srcutils/searchlogutils.cpp Fri Mar 12 15:43:59 2010 +0200 @@ -27,12 +27,14 @@ void XSearchLogger::Log(TRefByValue<const TDesC> aFmt,...) { +#ifdef _DEBUG VA_LIST list; VA_START(list, aFmt); // Print to log file TBuf<KLogBufferLength> buf; buf.FormatList(aFmt, list); RFileLogger::Write(KImLogDir, KImLogFile, EFileLoggingModeAppend, buf); +#endif } // End of File