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

index 2e3ffb5..789319d 100755 (executable)
@@ -48,7 +48,7 @@ public class MediaHandlerImages
         } catch ( IllegalAccessException e) {
             theLog.printDebugInfo("method illegal: "+e.toString()); 
         } catch ( InvocationTargetException e) {
-            theLog.printDebugInfo("invocation target illegal: "+e.toString()); 
+            theLog.printDebugInfo("get: invocation target illegal: "+e.toString()); 
         }
 
 
@@ -68,7 +68,7 @@ public class MediaHandlerImages
             theLog.printDebugInfo("method illegal: "+e.toString()); 
             return false;
         } catch ( InvocationTargetException e) {
-            theLog.printDebugInfo("invocation target illegal: "+e.toString()); 
+            theLog.printDebugInfo("set: invocation target illegal: "+e.toString()); 
             return false;
         }
         //deref. -mh
@@ -89,7 +89,7 @@ public class MediaHandlerImages
         } catch ( IllegalAccessException e) {
             theLog.printDebugInfo("method illegal: "+e.toString()); 
         } catch ( InvocationTargetException e) {
-            theLog.printDebugInfo("invocation target illegal: "+e.toString()); 
+            theLog.printDebugInfo("getIcon: invocation target illegal: "+e.toString()); 
         }
 
         return icon_data;