'No backend loaded' message is info instead of warning
This commit is contained in:
parent
e5f0a3cca6
commit
7c8465d633
1 changed files with 1 additions and 1 deletions
|
|
@ -213,7 +213,7 @@ class BaseApplication(object):
|
|||
names = self.options.backends.split(',')
|
||||
loaded = self.weboob.load_backends(caps, names, *args, **kwargs)
|
||||
if not loaded:
|
||||
logging.warning(u'No backend loaded')
|
||||
logging.info(u'No backend loaded')
|
||||
return loaded
|
||||
|
||||
def _get_optparse_version(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue