quiet core-daemon by replacing warn messages with debug
This commit is contained in:
parent
549d6bd84c
commit
18d4908bf8
7 changed files with 9 additions and 9 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue