We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2b5f8d commit 95f5fe8Copy full SHA for 95f5fe8
examples/tutorials/root_of_trust/screen/main.c
@@ -188,7 +188,7 @@ static int select_rot_service(const char* service) {
188
// Notify it so the correct encryption app can start.
189
ret = ipc_notify_service(app_start_service);
190
if (ret != RETURNCODE_SUCCESS) {
191
- printf("Encryption oracle service unable to be notified.\n");
+ printf("Selected service unable to be notified.\n");
192
return ret;
193
}
194
0 commit comments