[ 
https://issues.apache.org/jira/browse/BATIK-1292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Simon Steiner resolved BATIK-1292.
----------------------------------
    Fix Version/s: trunk
         Assignee: Simon Steiner
       Resolution: Fixed

http://svn.apache.org/viewvc?view=revision&revision=1882538

> Useless console message "About to transcoder source of type: ..."
> -----------------------------------------------------------------
>
>                 Key: BATIK-1292
>                 URL: https://issues.apache.org/jira/browse/BATIK-1292
>             Project: Batik
>          Issue Type: Bug
>          Components: SVG Rasterizer
>    Affects Versions: trunk
>            Reporter: Bjoern Voigt
>            Assignee: Simon Steiner
>            Priority: Minor
>             Fix For: trunk
>
>
> Every time when the Rasterizer is called, the messages like this are printed 
> on the console:
> {code:java}
> About to transcoder source of type: 
> org.apache.batik.apps.rasterizer.SVGConverterFileSource{code}
> This is often useless, especially when the Rasterizer is called as a library 
> function. The message is not localized.
> The message comes from 
> batik-svgrasterizer/src/main/java/org/apache/batik/apps/rasterizer/DefaultSVGConverterController.java:
> {code:java}
> System.out.println("About to transcoder source of type: " + 
> source.getClass().getName());{code}
> I suggest to remove the message or use logging functions and make the message 
> localized.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: batik-dev-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: batik-dev-h...@xmlgraphics.apache.org

Reply via email to