summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/invidious/yt_backend/extractors.cr4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/invidious/yt_backend/extractors.cr b/src/invidious/yt_backend/extractors.cr
index 11ab7483..321957f1 100644
--- a/src/invidious/yt_backend/extractors.cr
+++ b/src/invidious/yt_backend/extractors.cr
@@ -40,8 +40,8 @@ private module Parsers
begin
return parse_internal(*args)
rescue ex
- LOGGER.debug("#{ {{@type.name}} }: Failed to render item.")
- LOGGER.debug("#{ {{@type.name}} }: Got exception: #{ex.message}")
+ LOGGER.debug("#{{{@type.name}}}: Failed to render item.")
+ LOGGER.debug("#{{{@type.name}}}: Got exception: #{ex.message}")
ProblematicTimelineItem.new(
parse_exception: ex
)