Skip to content

Commit 607fe20

Browse files
Adding more logs inside enclave
1 parent 791b6ae commit 607fe20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/aws/ec2.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ def __kill_auxiliaries(self) -> None:
253253
else:
254254
ec2.run_compute()
255255
except ConfidentialComputeStartupException as e:
256-
print("Failed starting up Confidential Compute. Please find the error code and documentation", e)
256+
print("Failed starting up Confidential Compute. Please checks the logs for errors and retry \n", e)
257257
except Exception as e:
258-
print("Unknown failure while starting up Confidential Compute. Please contact UID support team with this log", e)
258+
print("Unknown failure while starting up Confidential Compute. Please contact UID support team with this log \n ", e)
259259

0 commit comments

Comments
 (0)