summary refs log tree commit diff
path: root/changelog.d/5896.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improve error msg when key-fetch fails (#5896)Richard van der Hoff2019-08-221-0/+1
There's no point doing a raise_from here, because the exception is always logged at warn with no stacktrace in the caller. Instead, let's try to give better messages to reduce confusion. In particular, this means that we won't log 'Failed to connect to remote server' when we don't even attempt to connect to the remote server due to blacklisting.