Description of changes:
In order to have multiple consecutive messages concatenated and not
separated by a newline, print was instructed to not add a newline
at the end. The enclave console does not print anything unless a
newline is received.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
vsock-sample: Fix missing Hello World on enclave console
Signed-off-by: Doru-Florin Blanzeanu blanzed@amazon.com
Issue #7
Description of changes: In order to have multiple consecutive messages concatenated and not separated by a newline, print was instructed to not add a newline at the end. The enclave console does not print anything unless a newline is received.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.