From 2f254bf0e02f8f582be2f2150fa7df7a2ce0eac4 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 16 Dec 2012 00:24:14 +0530 Subject: [PATCH] ... --- src/calibre/ebooks/metadata/sources/identify.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/calibre/ebooks/metadata/sources/identify.py b/src/calibre/ebooks/metadata/sources/identify.py index 16aa39d59d..4a214d4e66 100644 --- a/src/calibre/ebooks/metadata/sources/identify.py +++ b/src/calibre/ebooks/metadata/sources/identify.py @@ -483,8 +483,8 @@ def identify(log, abort, # {{{ log('The identify phase took %.2f seconds'%(time.time() - start_time)) log('The longest time (%f) was taken by:'%longest, lp) - log('Merging results from different sources and finding earliest', - 'publication dates from the xisbn service') + log('Merging results from different sources and finding earliest ', + 'publication dates from the worldcat.org service') start_time = time.time() results = merge_identify_results(results, log)