Commit 31b7807d authored by Philippe Joulot's avatar Philippe Joulot Committed by Christopher C. Wells
Browse files

Issue #3304703 by phjou: Improve debugging logs

parent 8d41fefb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -83,8 +83,8 @@ class CalendarLinkTwigExtension extends AbstractExtension {
        $this->getBoolean($all_day)
      );
    }
    catch (InvalidLink) {
      throw new CalendarLinkException('Invalid calendar link data.');
    catch (InvalidLink $e) {
      throw new CalendarLinkException($e->getMessage());
    }

    if ($description) {