Skip to content

Commit 95f5fe8

Browse files
pqcfoxalevy
authored andcommitted
tutorials: root_of_trust: fix error mesage in main.c
1 parent d2b5f8d commit 95f5fe8

File tree

1 file changed

+1
-1
lines changed
  • examples/tutorials/root_of_trust/screen

1 file changed

+1
-1
lines changed

examples/tutorials/root_of_trust/screen/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ static int select_rot_service(const char* service) {
188188
// Notify it so the correct encryption app can start.
189189
ret = ipc_notify_service(app_start_service);
190190
if (ret != RETURNCODE_SUCCESS) {
191-
printf("Encryption oracle service unable to be notified.\n");
191+
printf("Selected service unable to be notified.\n");
192192
return ret;
193193
}
194194

0 commit comments

Comments
 (0)