Error message clearly labeled as a warning
This commit is contained in:
parent
3ea950b936
commit
3fe2cde892
@ -89,6 +89,6 @@ class Configurator:
|
|||||||
elif config.defaults():
|
elif config.defaults():
|
||||||
section = config.defaults()
|
section = config.defaults()
|
||||||
if 'reliability' not in section:
|
if 'reliability' not in section:
|
||||||
print 'Reliability not set for %s' % sourcename
|
print 'WARNING: Reliability not set for %s' % sourcename
|
||||||
section['reliability'] = ''
|
section['reliability'] = ''
|
||||||
return section
|
return section
|
||||||
|
Reference in New Issue
Block a user