mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-18 20:47:58 +00:00
Updated error message print out.
This commit is contained in:
parent
5858e36313
commit
d510e3f460
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user