From 7962379a2fd0ee21a0b3259158f78630d58e6d5f Mon Sep 17 00:00:00 2001 From: rk Date: Mon, 4 Feb 2002 19:51:30 +0000 Subject: [PATCH] debug info --- source/mircoders/producer/ProducerStartPage.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/mircoders/producer/ProducerStartPage.java b/source/mircoders/producer/ProducerStartPage.java index cda77ea4..3e34656c 100755 --- a/source/mircoders/producer/ProducerStartPage.java +++ b/source/mircoders/producer/ProducerStartPage.java @@ -98,7 +98,9 @@ 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 upMediaEntityList = DatabaseContentToMedia.getInstance().getUploadedMedia(currentContent); @@ -280,7 +282,7 @@ public class ProducerStartPage extends Producer { contentHash.put("to_media_video", mediaListVideo); contentHash.put("to_media_other", mediaListOther); } //end if currentMediaList != null - + //convert to html if ( ((SimpleScalar)contentHash.get("is_html")).getAsString().equals("0") ) { SimpleScalar tempScalar = (SimpleScalar)contentHash.get("description"); -- 2.11.0