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

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