From: mh Date: Wed, 10 Oct 2001 18:07:41 +0000 (+0000) Subject: some dbug info X-Git-Tag: prexmlproducerconfig~351 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=1a6752af0822b5f878c04d465301c17ca353d1d5;p=mir.git some dbug info --- 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;