producer timing finish to producer.java
[mir.git] / source / mircoders / producer / ProducerContent.java
index fd8548c..633de45 100755 (executable)
@@ -117,11 +117,11 @@ public class ProducerContent extends Producer {
         pageCount++;
       }//for
     }
-    // timing and message to browser
-    logHTML(htmlout, "Producer.Content finished producing " +
-            (System.currentTimeMillis() - startTime) + " ms. ("+ pageCount+" Pages)");
 
-    /** @todo here we should have a link back to admin logged */
+
+
+    logHTMLFinish(htmlout, "Content", pageCount, startTime, System.currentTimeMillis());
+
     /** @todo why no syncing here? */
 
   }