I believe this message originates from line 184 in
http://bazaar.launchpad.net/~ubuntu-desktop/oneconf/trunk/view/head:/oneconf/hosts.py
This appears to be a normal message that will always be logged unless an
other_hosts file is created.
```
def _load_other_hosts(self):
'''Load all other hosts from local store'''
try:
with open(os.path.join(self._host_file_dir, OTHER_HOST_FILENAME),
'r') as f:
return json.load(f)
except (IOError, TypeError, ValueError) as e:
LOG.warning("Error in loading %s file: %s" % (OTHER_HOST_FILENAME,
e))
return {}
```
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1486450
Title:
Error in loading other_hosts file
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/oneconf/+bug/1486450/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs