This commit is contained in:
Kovid Goyal 2011-08-21 00:07:56 -06:00
parent af5cd6ba67
commit a4a6086d87

View File

@ -481,7 +481,7 @@ 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')
'publication dates from the xisbn service')
start_time = time.time()
results = merge_identify_results(results, log)