From fa30e95c1c60cbee9bda9144bd6b721656251e91 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 7 Apr 2017 16:35:17 +0530 Subject: [PATCH] Log the current server being used to get data from --- src/calibre/ebooks/metadata/sources/amazon.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/calibre/ebooks/metadata/sources/amazon.py b/src/calibre/ebooks/metadata/sources/amazon.py index 325757c475..8bc56c87a9 100644 --- a/src/calibre/ebooks/metadata/sources/amazon.py +++ b/src/calibre/ebooks/metadata/sources/amazon.py @@ -1306,6 +1306,7 @@ class Amazon(Source): udata = self._get_book_url(identifiers) br = self.browser log('User-agent:', br.current_user_agent()) + log('Server:', self.server) if testing: print('User-agent:', br.current_user_agent()) if udata is not None and not self.use_search_engine: