Image handler that stores imagedata outside the database.
[mir.git] / source / mircoders / producer / ProducerMedia.java
index 7f77cc4..be0c1b3 100755 (executable)
@@ -107,7 +107,7 @@ abstract public class ProducerMedia extends Producer {
                             e.toString());
           logHTML(htmlout, "problem with media id: "+currentMedia.getId()+
                   " <font color=\"Red\"> failed!</font>: "+e.toString());
-          e.printStackTrace(htmlout);
+          e.printStackTrace(System.out);
         }
       }