debug info
authorrk <rk>
Mon, 4 Feb 2002 20:37:38 +0000 (20:37 +0000)
committerrk <rk>
Mon, 4 Feb 2002 20:37:38 +0000 (20:37 +0000)
source/mircoders/producer/ProducerStartPage.java

index 3e34656..93b4ff6 100755 (executable)
@@ -98,12 +98,12 @@ public class ProducerStartPage extends Producer {
     entityList = contentModule.getContent(whereClause,"date desc, webdb_create desc",0,newsPerPage);
     SimpleList newsWireList = HTMLTemplateProcessor.makeSimpleList(entityList);
     for (int i=0; i < entityList.size();i++) {
-      theLog.printDebugInfo("Getting content"+i);
       currentContent = (EntityContent)entityList.elementAt(i);
-      theLog.printDebugInfo("Got content");
       try {
           //fetching/setting the images
+          theLog.printDebugInfo("############### getting medialist");
           upMediaEntityList = DatabaseContentToMedia.getInstance().getUploadedMedia(currentContent);
+          theLog.printDebugInfo("############### got medialist");
           if (upMediaEntityList!=null && upMediaEntityList.getCount()>=1) {
             tinyIcon = null;
             iconAlt = null;