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

fix copypaste error in log message

parent 4d102737
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);