From dc440f2f1307f1f71430f58a0e24c6729e81bb4b Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Wed, 15 Jul 2026 16:26:51 +0200 Subject: [PATCH] global-functions: $CertificateAvailable: undefined intended use is info... ... not warning. --- global-functions.rsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-functions.rsc b/global-functions.rsc index d9751663..8685346f 100644 --- a/global-functions.rsc +++ b/global-functions.rsc @@ -114,7 +114,7 @@ :global ParseKeyValueStore; :if ([ :len $UseFor ] = 0) do={ - $LogPrint warning $0 ("The intended use is undefined!"); + $LogPrint info $0 ("The intended use is undefined!"); :set UseFor "undefined"; }