mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2026-07-19 07:41:34 +00:00
global-functions: $CertificateAvailable: undefined intended use is info...
... not warning.
This commit is contained in:
parent
532fb45602
commit
dc440f2f13
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@
|
||||||
:global ParseKeyValueStore;
|
:global ParseKeyValueStore;
|
||||||
|
|
||||||
:if ([ :len $UseFor ] = 0) do={
|
:if ([ :len $UseFor ] = 0) do={
|
||||||
$LogPrint warning $0 ("The intended use is undefined!");
|
$LogPrint info $0 ("The intended use is undefined!");
|
||||||
:set UseFor "undefined";
|
:set UseFor "undefined";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue