From 1a6752af0822b5f878c04d465301c17ca353d1d5 Mon Sep 17 00:00:00 2001 From: mh Date: Wed, 10 Oct 2001 18:07:41 +0000 Subject: [PATCH] some dbug info --- source/mir/media/MediaHandlerImages.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/mir/media/MediaHandlerImages.java b/source/mir/media/MediaHandlerImages.java index 2e3ffb51..789319d5 100755 --- a/source/mir/media/MediaHandlerImages.java +++ b/source/mir/media/MediaHandlerImages.java @@ -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; -- 2.11.0