Archived
1
0

Error message clearly labeled as a warning

This commit is contained in:
Jip J. Dekker 2014-06-15 20:10:17 +02:00
parent 3ea950b936
commit 3fe2cde892

View File

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