diff -r aa5a574040a4 -r a3cc46f37772 harvester/composerplugins/imagecomposer/src/imagepresentobserver.cpp --- a/harvester/composerplugins/imagecomposer/src/imagepresentobserver.cpp Tue Jul 06 14:44:37 2010 +0300 +++ b/harvester/composerplugins/imagecomposer/src/imagepresentobserver.cpp Fri Sep 17 16:54:49 2010 +0300 @@ -87,8 +87,10 @@ void CImagePresentObserver::HandleObjectPresentNotification(CMdESession& /*aSession*/, TBool aPresent, const RArray& aObjectIdArray) { + WRITELOG( "CImagePresentObserver::HandleObjectPresentNotification" ); if ( aPresent ) { + WRITELOG( "CImagePresentObserver::HandleObjectPresentNotification - objects present" ); if ( !iStarted ) { CMdEObjectDef* imageObjDef = NULL;