aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--global-functions.rsc4
1 files changed, 2 insertions, 2 deletions
diff --git a/global-functions.rsc b/global-functions.rsc
index 17aa38f..918ea9a 100644
--- a/global-functions.rsc
+++ b/global-functions.rsc
@@ -141,7 +141,7 @@
:global WaitForFile;
$LogPrint info $0 ("Downloading and importing certificate with " . \
- "CommonName \"" . $CommonName . "\".");
+ "CommonName '" . $CommonName . "'.");
:do {
:local FileName ([ $CleanName $CommonName ] . ".pem");
/tool/fetch check-certificate=yes-without-crl http-header-field=({ [ $FetchUserAgentStr $0 ] }) \
@@ -156,7 +156,7 @@
$CertificateNameByCN [ /certificate/get $Cert common-name ];
}
} on-error={
- $LogPrint warning $0 ("Failed importing certificate with CommonName \"" . $CommonName . "\"!");
+ $LogPrint warning $0 ("Failed importing certificate with CommonName '" . $CommonName . "'!");
:return false;
}
:return true;