Skip to content

Commit

Permalink
Issue imixs#611
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoika committed Nov 23, 2019
1 parent 5f90dc9 commit 0ca0083
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -512,10 +512,10 @@ private ItemCollection processEvent(final ItemCollection documentContext, final
ItemCollection documentResult = documentContext;
boolean debug = logger.isLoggable(Level.FINE);
// log the general processing message
String msg = "processing=" + documentContext.getItemValueString(UNIQUEID) + ", MODELVERSION="
+ documentContext.getItemValueString(MODELVERSION) + ", $taskID=" + documentContext.getTaskID()
+ ", $eventID=" + documentContext.getEventID();

String msg = "processing: " + documentContext.getItemValueString(UNIQUEID) + " ("
+ documentContext.getItemValueString(MODELVERSION) + "" + documentContext.getTaskID()
+ "" + documentContext.getEventID() + ")";
if (ctx == null) {
logger.warning("no WorkflowContext defined!");
}
Expand Down

0 comments on commit 0ca0083

Please sign in to comment.