Merge pull request #198 from coreemu/bugfix/reduce-default-core-daemon-logging

quiet core-daemon by replacing warn messages with debug
This commit is contained in:
bharnden 2018-11-14 15:26:50 -08:00 committed by GitHub
commit 03d0e90db5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 9 additions and 9 deletions

View file

@ -18,7 +18,7 @@ except ImportError:
try:
from emanesh.events.commeffectevent import CommEffectEvent
except ImportError:
logger.warn("compatible emane python bindings not installed")
logger.debug("compatible emane python bindings not installed")
def convert_none(x):