Commit 9191b1c6 authored by filatov's avatar filatov
Browse files

fix copypaste error in log message

parent 4d102737
......@@ -1218,7 +1218,7 @@ module LibItsSecurity_Functions {
log("f_loadCertificates: Failed to load AA certificate for ", cc_taCert_A);
}
}else{
log("f_loadCertificates: Failed to load AA certificate for ", cc_taCert_A);
log("f_loadCertificates: Failed to load AT certificate for ", cc_taCert_A);
}
}else{
log("f_loadCertificates: Failed to load certificates from ", PX_CERTIFICATE_POOL_PATH);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment