Skip to content

Commit

Permalink
tweaked the error message
Browse files Browse the repository at this point in the history
  • Loading branch information
brmeyer authored Jun 28, 2024
1 parent b8b046b commit e2750af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ protected CrmCampaign upsertCrmCampaign(EventBriteClient.Event event, CrmService
try {
campaign.id = crmService.insertCampaign(campaign);
} catch (Exception e) {
env.logJobInfo("unable to create new campaign");
env.logJobInfo("unable to create new campaign: {}", e.getMessage());
}
} else {
campaign.id = existingCampaign.get().id;
Expand Down

0 comments on commit e2750af

Please sign in to comment.