Chore: correct inconsistent logging and typo (#25945)

This commit is contained in:
Yongtao Huang
2025-09-19 10:36:16 +08:00
committed by GitHub
parent b2d8a7eaf1
commit b3dafd913b
4 changed files with 12 additions and 14 deletions

View File

@@ -147,4 +147,4 @@ class ExecutionLimitsLayer(GraphEngineLayer):
self.logger.debug("Abort command sent to engine")
except Exception:
self.logger.exception("Failed to send abort command: %s")
self.logger.exception("Failed to send abort command")