Skip to content

Commit

Permalink
JBPM-10150: Updated the log statement (#2253)
Browse files Browse the repository at this point in the history
Co-authored-by: Sudhish Nair <[email protected]>
  • Loading branch information
sudhishmk and Sudhish Nair authored Jan 30, 2023
1 parent c7861d8 commit c4af4dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public PersistentCorrelationKey persist(PersistentCorrelationKey correlationKeyI
}
return correlationKeyInfo;
} catch (PersistenceException e) {
throw new RuntimeException(correlationKeyInfo + " already exists", e);
throw new RuntimeException(correlationKeyInfo + " failed to persist", e);
}
}

Expand Down

0 comments on commit c4af4dd

Please sign in to comment.