Updated error message print out.

This commit is contained in:
Cyrus 2022-01-07 10:19:48 -05:00
parent 5858e36313
commit d510e3f460

View File

@ -154,7 +154,7 @@ int provision() {
string nonceBlob = icr.credential_blob();
if (nonceBlob == "") {
cout << "----> Provisioning failed." << endl;
cout << "The ACA did not send make credential information." << endl;
cout << "The ACA sent empty credential information." << endl;
return 0;
}