From d519b70e650498669c569926b5b591dec7ab5944 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Fri, 13 Nov 2020 22:02:00 +0100 Subject: global-functions: $CertificateDownload: be more verbose --- global-functions | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/global-functions b/global-functions index 06acf9f..c6439b5 100644 --- a/global-functions +++ b/global-functions @@ -119,7 +119,8 @@ $CertificateNameByCN [ / certificate get $Cert common-name ]; } } on-error={ - $LogPrintExit warning ("Failed imprting certificate!") false; + $LogPrintExit warning ("Failed imprting certificate with " . \ + "CommonName \"" . $CommonName . "\"!") false; :return false; } :return true; -- cgit v1.2.3-54-g00ecf