summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/invidious.cr1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/invidious.cr b/src/invidious.cr
index dc0bc303..aa67dad8 100644
--- a/src/invidious.cr
+++ b/src/invidious.cr
@@ -218,6 +218,7 @@ get "/watch" do |env|
reddit_html = add_alt_links(reddit_html)
rescue ex
+ STDOUT << id << " : " << ex.message << "\n"
reddit_thread = nil
reddit_html = ""
end