summaryrefslogtreecommitdiff
path: root/src/leap/base/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/leap/base/config.py')
-rw-r--r--src/leap/base/config.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/leap/base/config.py b/src/leap/base/config.py
index b88f6df2..85bb3d66 100644
--- a/src/leap/base/config.py
+++ b/src/leap/base/config.py
@@ -172,8 +172,8 @@ class JSONLeapConfig(BaseLeapConfig):
if os.path.isfile(fromfile):
self._config.load(fromfile=fromfile)
else:
- logger.error('tried to load config from non-existent path')
- logger.error('Not Found: %s', fromfile)
+ logger.warning('tried to load config from non-existent path')
+ logger.warning('Not Found: %s', fromfile)
def fetch(self, uri, fetcher=None, verify=True, force_dl=False):
if not fetcher: