2013/3/27 Christian Grobmeier <[email protected]>: > Its also there with 2.3.12, but not with 2.3.8. > > I tried to track it down and I think its because of rv1433644. Around > line it previously showed: > > LOG.debug("Unable to load optional class: " + ex); > > Now it is: > > LOG.debug("Unable to load optional class: #0", ex, impl); > > Not sure if we need the full exception stacktrace when we didn't find > an optional class. > if you agree, I change it too: > > LOG.debug("Unable to load optional class: #0", impl); > > Wdyt?
You are right, nice work :-) Regards -- Ćukasz + 48 606 323 122 http://www.lenart.org.pl/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
