Skip to content

Commit

Permalink
improved logging
Browse files Browse the repository at this point in the history
Issue #534
  • Loading branch information
rsoika committed Jul 17, 2019
1 parent 26e0929 commit adc5dae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ private void executeSignalAdapters(ItemCollection documentResult, ItemCollection

} else {
throw new PluginException(WorkflowKernel.class.getSimpleName(), PLUGIN_ERROR,
"Abstract Adapter '" + adapterClass + "' can not be executed!");
"Abstract Adapter '" + adapterClass + "' can not be executed - use SignalAdapter or GenericAdapter instead!");

}
}
Expand Down

0 comments on commit adc5dae

Please sign in to comment.