Remove creepy warning at start

This commit is contained in:
Florian Mounier
2014-02-28 11:46:45 +01:00
parent 14caa88d19
commit 9351fdceec

View File

@@ -132,7 +132,7 @@ class Socket(object):
try:
self.env = get_env(self.inode)
except:
log.warning('Unable to get env', exc_info=True)
log.debug('Unable to get env', exc_info=True)
@property
def local(self):