mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-21 17:11:06 +00:00
update error message
This commit is contained in:
parent
9c89e0fbaf
commit
cfe10fa874
1 changed files with 1 additions and 1 deletions
|
@ -374,7 +374,7 @@ def resolve_remote_id(
|
|||
logger.info("Could not connect to host for remote_id: %s", remote_id)
|
||||
return None
|
||||
except requests.HTTPError as e:
|
||||
logger.info("Could not connect to host for remote_id: %s", remote_id)
|
||||
logger.exception("HTTP error - remote_id: %s - error: %s", remote_id, e)
|
||||
return None
|
||||
# determine the model implicitly, if not provided
|
||||
# or if it's a model with subclasses like Status, check again
|
||||
|
|
Loading…
Reference in a new issue