Re: [xwiki-devs] [xwiki-notifications] r14301 - in platform/core/trunk/xwiki-rendering/src: main/java/org/xwiki/rendering/internal/transformation test/java/org/xwiki/rendering test/java/org/xwiki/rendering/internal/transformation test/resources/META-INF/plexus test/resources/macros
21 Nov
2008
21 Nov
'08
2:51 a.m.
vmassol (SVN) wrote:
+ getLogger().debug("The [" + macroHolder.macroBlock.getName() + "] macro doesn't support inline mode.");
+ getLogger().debug("Failed to execute macro [" + macroHolder.macroBlock.getName() + "]. Internal error [" + + e.getMessage() + "]");
getLogger().debug("Failed to locate macro [" + macroBlock.getName() + "]. Ignoring it.");
You should use the new formatting logger methods, like: getLogger().debug("Failed to locate macro [{0}]. Ignoring it.", macroBlock.getName()); -- Sergiu Dumitriu http://purl.org/net/sergiu/
6433
Age (days ago)
6433
Last active (days ago)
0 comments
1 participants
participants (1)
-
Sergiu Dumitriu