|
@@ -63,7 +63,7 @@ def _make_fs(name):
|
|
|
else:
|
|
else:
|
|
|
logging.warn('Can not get filesystem called "%s" for "%s" schema' % (name, schema))
|
|
logging.warn('Can not get filesystem called "%s" for "%s" schema' % (name, schema))
|
|
|
except Exception, e:
|
|
except Exception, e:
|
|
|
- logging.warn(e)
|
|
|
|
|
|
|
+ logging.error('Failed to get filesystem called "%s" for "%s" schema: %s' % (name, schema, e))
|
|
|
return ProxyFS(fs_dict, DEFAULT_SCHEMA)
|
|
return ProxyFS(fs_dict, DEFAULT_SCHEMA)
|
|
|
|
|
|
|
|
|
|
|