mirror of
https://github.com/penpot/penpot.git
synced 2026-09-12 23:19:28 +00:00
✨ Reduce log level for profile picture download error
Because it is not blocking operation and does not provents user to proceed.
This commit is contained in:
parent
50dbe6ab12
commit
974495e08f
@ -307,7 +307,8 @@
|
|||||||
:content-type (:mtype input)})]
|
:content-type (:mtype input)})]
|
||||||
(:id sobject))
|
(:id sobject))
|
||||||
(catch Throwable cause
|
(catch Throwable cause
|
||||||
(l/err :hint "unable to import profile picture"
|
(l/wrn :hint "unable to import profile picture"
|
||||||
|
:uri uri
|
||||||
:cause cause)
|
:cause cause)
|
||||||
nil)))
|
nil)))
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user