bug 348731, better logging message for mismatched default and order

This commit is contained in:
axel%pike.org 2006-09-08 19:47:09 +00:00
parent 15cdb0be47
commit 56e8369f7c

View File

@ -312,7 +312,7 @@ class SearchTest(Base):
# Verify that there are no errors in the engine parsing,
# and that there default engine is the first one.
if (not val['orders'].has_key(val['default'])) or val['orders'][val['default']] != 1:
l.error('Default engine is not first in order')
l.error('Default engine is not first in order in locale ' + loc)
if not failureResult.has_key(loc):
failureResult[loc] = 2
else: