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
Родитель 21ed85e1f3
Коммит f0d3ebca94
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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: