dbug
authormh <mh>
Wed, 10 Oct 2001 18:57:34 +0000 (18:57 +0000)
committermh <mh>
Wed, 10 Oct 2001 18:57:34 +0000 (18:57 +0000)
source/mir/media/MediaHandlerImages.java

index 97246c7..b85904a 100755 (executable)
@@ -59,7 +59,9 @@ public class MediaHandlerImages
        {
         try {
             Class[] params = {byte[].class, String.class};
-            theLog.printDebugInfo("NAME: "+ent.getClass().getName()); 
+            theLog.printDebugInfo("NAME: "+ent.getClass().getName()+" "+
+            mediaTypeEnt.getClass().getName()+" "+uploadData.length+" "+
+            imageType); 
             Method method = ent.getClass().getMethod("setImage",params);
             method.invoke(ent, new Object[] {uploadData, imageType});
         } catch ( NoSuchMethodException e) {