Skip to content

Fix logging statement#1370

Open
logresearch wants to merge 1 commit into
alfio-event:mainfrom
logresearch:main
Open

Fix logging statement#1370
logresearch wants to merge 1 commit into
alfio-event:mainfrom
logresearch:main

Conversation

@logresearch

Copy link
Copy Markdown

Description:

This is an incremental change for the logging statement.
This PR updates the logging statement within the generateSubscriptionPDF function to improve clarity. The new logging statement provides a more straightforward description of the error.

Changes:

  1. Updated Logging Statement:
    • Changed the logging statement from:
      log.warn("was not able to generate subscription pdf for " + subscription.getId(), e);
      to:
      log.warn("Failed to generate subscription pdf for " + subscription.getId(), e);

same as the other two code change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant