extra logging line.
authormh <mh>
Fri, 8 Feb 2002 13:39:04 +0000 (13:39 +0000)
committermh <mh>
Fri, 8 Feb 2002 13:39:04 +0000 (13:39 +0000)
source/mircoders/producer/ProducerTopics.java

index 1d1c9b4..fbf85a3 100755 (executable)
@@ -118,6 +118,8 @@ public class ProducerTopics extends ProducerList {
         handleIt(htmlout,user,force);
       }
       } catch (Exception e) {
+        theLog.printError("ProducerTopics: problem with start special media: "
+        +e.toString()+" <font color=\"red\">skipping</font>");
         logHTML(htmlout,"ProducerTopics: problem with topic id: "
         +currentTopic.getId()+ "<font color=\"red\">skipping</font>");
       }