Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcmrd Senya <35317-cmrd-senya@users.noreply.gitlab.gnome.org>2022-09-05 23:22:26 +0300
committercmrd Senya <35317-cmrd-senya@users.noreply.gitlab.gnome.org>2022-09-05 23:22:26 +0300
commit61d7eb100a0a36eb6ae7a0b25ceddc7376c71a56 (patch)
treeaedba61673567d3301eb6b4fec515f3e64f70695
parenta6e7c8e2d5c16c6c600a93aeccb87eca2bb1d3fe (diff)
post fetch: use warn not debug for exception logging
-rw-r--r--lib/diaspora/fetcher/public.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/diaspora/fetcher/public.rb b/lib/diaspora/fetcher/public.rb
index 30bdac2f6..6b8555fa1 100644
--- a/lib/diaspora/fetcher/public.rb
+++ b/lib/diaspora/fetcher/public.rb
@@ -110,7 +110,7 @@ module Diaspora; module Fetcher; class Public
post["guid"]
)
rescue DiasporaFederation::Federation::Fetcher::NotFetchable => e
- logger.debug e.message
+ logger.warn e.message
end
set_fetch_status Public::Status_Processed
end