mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-16 20:08:09 +00:00
update log messages to ease debugging (#988)
This commit is contained in:
@ -232,7 +232,10 @@ class Node(BASE_NODE, ORMMixin):
|
||||
if error is None:
|
||||
error = Error(
|
||||
code=ErrorCode.TASK_FAILED,
|
||||
errors=["node reimaged during task execution"],
|
||||
errors=[
|
||||
"node reimaged during task execution. machine_id:%s"
|
||||
% self.machine_id
|
||||
],
|
||||
)
|
||||
|
||||
for entry in NodeTasks.get_by_machine_id(self.machine_id):
|
||||
|
Reference in New Issue
Block a user