Eric Norman created FELIX-6341:
----------------------------------
Summary: ConfigAdmin - deleting a configuration logs a string that
should be translated
Key: FELIX-6341
URL: https://issues.apache.org/jira/browse/FELIX-6341
Project: Felix
Issue Type: Bug
Components: Web Console
Reporter: Eric Norman
When deleting a configuration the following message is logged:
{noformat}
[INFO] %configMgr.pluginTitle: applyConfiguration: Deleting configuration
pid_here {noformat}
Expected that the %configMgr.pluginTitle should have been replaced with the
translated string from the bundle localization.
For example:
{noformat}
[INFO] Configuration: applyConfiguration: Deleting configuration pid_here
{noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)