This commit is contained in:
Kovid Goyal 2012-12-16 00:24:14 +05:30
parent 6094c5e6d6
commit 2f254bf0e0

View File

@ -484,7 +484,7 @@ def identify(log, abort, # {{{
log('The identify phase took %.2f seconds'%(time.time() - start_time)) log('The identify phase took %.2f seconds'%(time.time() - start_time))
log('The longest time (%f) was taken by:'%longest, lp) log('The longest time (%f) was taken by:'%longest, lp)
log('Merging results from different sources and finding earliest ', log('Merging results from different sources and finding earliest ',
'publication dates from the xisbn service') 'publication dates from the worldcat.org service')
start_time = time.time() start_time = time.time()
results = merge_identify_results(results, log) results = merge_identify_results(results, log)