Lower log_level for IOError while reading namecoin.conf
This commit is contained in:
parent
a1a8d3a05d
commit
3ce4694591
|
@ -346,7 +346,7 @@ def ensureNamecoinOptions():
|
||||||
|
|
||||||
nmc.close()
|
nmc.close()
|
||||||
except IOError:
|
except IOError:
|
||||||
logger.error("%s unreadable or missing, Namecoin support deactivated", nmcConfig)
|
logger.warning("%s unreadable or missing, Namecoin support deactivated", nmcConfig)
|
||||||
except Exception:
|
except Exception:
|
||||||
logger.warning("Error processing namecoin.conf", exc_info=True)
|
logger.warning("Error processing namecoin.conf", exc_info=True)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user