SC2: use warning log level for potentially broken map files
This commit is contained in:
parent
1d1693df62
commit
807f544b26
|
@ -203,8 +203,8 @@ class SC2Context(CommonContext):
|
|||
if is_mod_update_available("TheCondor07", "Starcraft2ArchipelagoData", current_ver):
|
||||
sc2_logger.info("NOTICE: Update for required files found. Run /download_data to install.")
|
||||
elif maps_present:
|
||||
sc2_logger.info("NOTICE: Your map files may be outdated (version number not found). Run /download_data "
|
||||
"to update them.")
|
||||
sc2_logger.warning("NOTICE: Your map files may be outdated (version number not found). "
|
||||
"Run /download_data to update them.")
|
||||
|
||||
|
||||
def on_print_json(self, args: dict):
|
||||
|
|
Loading…
Reference in New Issue