On Wed, Mar 27, 2013 at 12:56 PM, Lukasz Lenart <[email protected]> wrote: > 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 :-)
Committed with rv1461544 (WW-4029), thanks for the help :-) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
