Skip to content

Commit

Permalink
update log
Browse files Browse the repository at this point in the history
  • Loading branch information
wayyoungboy committed Dec 20, 2024
1 parent da12989 commit 9b556b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handler/gather/gather_component_log.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def handle(self):
last_info = "For result details, please run cmd \033[32m' cat {0} '\033[0m\n".format(os.path.join(self.store_dir, "result_summary.txt"))
self.stdio.print(last_info)
else:
self.stdio.print("No log file is gathered, please check the gather log config")
self.stdio.warn("No log file is gathered, please check the gather log config")
return ObdiagResult(ObdiagResult.SERVER_ERROR_CODE, error_data="gather log failed,please check the gather log config or check obdiag log")
if self.redact and len(self.redact) > 0:
self.stdio.start_loading("gather redact start")
Expand Down

0 comments on commit 9b556b6

Please sign in to comment.