update to logging in relation to core
This commit is contained in:
parent
cd7fd43978
commit
e0bbeaf79c
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ try:
|
||||||
import emaneeventservice
|
import emaneeventservice
|
||||||
import emaneeventcommeffect
|
import emaneeventcommeffect
|
||||||
except ImportError:
|
except ImportError:
|
||||||
logger.error("error importing emaneeventservice and emaneeventcommeffect")
|
logger.info("emane < 0.9.1 not found")
|
||||||
|
|
||||||
|
|
||||||
class EmaneCommEffectModel(EmaneModel):
|
class EmaneCommEffectModel(EmaneModel):
|
||||||
|
|
Loading…
Add table
Reference in a new issue