forked from p15670423/monkey
Alter the log message talking about storing the mitigations: remove the part saying that it will take a while
This commit is contained in:
parent
579ebf4a0f
commit
7939ed4739
|
@ -13,7 +13,7 @@ logger = logging.getLogger(__name__)
|
||||||
def reset_database():
|
def reset_database():
|
||||||
Database.reset_db()
|
Database.reset_db()
|
||||||
if Database.is_mitigations_missing():
|
if Database.is_mitigations_missing():
|
||||||
logger.info("Populating Monkey Island with ATT&CK mitigations, this might take a while...")
|
logger.info("Populating Monkey Island with ATT&CK mitigations.")
|
||||||
_try_store_mitigations_on_mongo()
|
_try_store_mitigations_on_mongo()
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue