Skip to content
Snippets Groups Projects
Commit b7fd8cc0 authored by felmer's avatar felmer
Browse files

exception message improved

SVN: 23478
parent ec364210
No related branches found
No related tags found
No related merge requests found
......@@ -110,8 +110,8 @@ public final class CorePluginTable extends AbstractBusinessObject implements ICo
private void runInitializeMasterDataScript(CorePlugin plugin, String masterDataScript)
{
operationLog
.info("Executing master data initialization script for plugin '%s'..." + plugin);
operationLog.info("Executing master data initialization script for plugin '" + plugin
+ "'...");
try
{
masterDataScriptRunner.executeScript(masterDataScript);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment