post fetch: use warn not debug for exception logging
This commit is contained in:
parent
a6e7c8e2d5
commit
61d7eb100a
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ module Diaspora; module Fetcher; class Public
|
||||||
post["guid"]
|
post["guid"]
|
||||||
)
|
)
|
||||||
rescue DiasporaFederation::Federation::Fetcher::NotFetchable => e
|
rescue DiasporaFederation::Federation::Fetcher::NotFetchable => e
|
||||||
logger.debug e.message
|
logger.warn e.message
|
||||||
end
|
end
|
||||||
set_fetch_status Public::Status_Processed
|
set_fetch_status Public::Status_Processed
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue