Lower log_level for IOError while reading namecoin.conf

This commit is contained in:
Dmitri Bogomolov 2018-07-22 21:07:22 +03:00
parent a1a8d3a05d
commit 3ce4694591
Signed by untrusted user: g1itch
GPG Key ID: 720A756F18DEED13
1 changed files with 1 additions and 1 deletions

View File

@ -346,7 +346,7 @@ def ensureNamecoinOptions():
nmc.close()
except IOError:
logger.error("%s unreadable or missing, Namecoin support deactivated", nmcConfig)
logger.warning("%s unreadable or missing, Namecoin support deactivated", nmcConfig)
except Exception:
logger.warning("Error processing namecoin.conf", exc_info=True)