mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-23 20:34:27 +02:00
global-functions: introduce $LogPrintVerbose ...
... which is a declared function, but has no code, intentionally. It can be called as a no-op by default. If you want this output set the function to be the same as $LogPrint: :set LogPrintVerbose $LogPrint;
This commit is contained in:
parent
b43b1b3955
commit
e341e1c30c
1 changed files with 3 additions and 0 deletions
|
@ -55,6 +55,7 @@
|
||||||
:global IsTimeSync;
|
:global IsTimeSync;
|
||||||
:global LogPrint;
|
:global LogPrint;
|
||||||
:global LogPrintOnce;
|
:global LogPrintOnce;
|
||||||
|
:global LogPrintVerbose;
|
||||||
:global MAX;
|
:global MAX;
|
||||||
:global MIN;
|
:global MIN;
|
||||||
:global MkDir;
|
:global MkDir;
|
||||||
|
@ -848,6 +849,8 @@
|
||||||
:return true;
|
:return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# The function $LogPrintVerbose is declared, but has no code, intentionally.
|
||||||
|
|
||||||
# get max value
|
# get max value
|
||||||
:set MAX do={
|
:set MAX do={
|
||||||
:if ($1 > $2) do={ :return $1; }
|
:if ($1 > $2) do={ :return $1; }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue