diff --git a/uos-sysmig/sysmig_agent/Abisystmcompchk.py b/uos-sysmig/sysmig_agent/Abisystmcompchk.py index 7e136a4516109748dd64d903cab751bdef8e7bbd..f7d85f9f2165fc572b2a6d19568879aa8708b943 100644 --- a/uos-sysmig/sysmig_agent/Abisystmcompchk.py +++ b/uos-sysmig/sysmig_agent/Abisystmcompchk.py @@ -166,7 +166,7 @@ def logger_init(): # Check whether it is an ELF file def is_ELFfile(filepath, logger): if not os.path.exists(filepath): - logger.info('file not exit:' + filepath) + logger.info('file not exist:' + filepath) return False try: FileStates = os.stat(filepath) @@ -277,7 +277,7 @@ def get_system_pkg_name(flag, mig_logger): mig_logger.info('migrate behind not exit verison id !!!') fbhe.close() else: - mig_logger.info('file not exit:' + migration_before_uelc20_rpm) + mig_logger.info('file not exist:' + migration_before_uelc20_rpm) mig_logger.info('Please do migration before system compation check !!!') return False return True