global-functions: $CertificateAvailable: undefined intended use is info...

... not warning.
This commit is contained in:
Christian Hesse 2026-07-15 16:26:51 +02:00
parent 532fb45602
commit dc440f2f13

View file

@ -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";
}