mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-08-18 08:38:28 +02:00
global-functions: $LogPrintExit2: add deprecation warning
This commit is contained in:
parent
2cf4f333d4
commit
576a2c97cf
1 changed files with 4 additions and 0 deletions
|
@ -703,6 +703,10 @@
|
||||||
:local Exit [ :tostr $4 ];
|
:local Exit [ :tostr $4 ];
|
||||||
|
|
||||||
:global LogPrint;
|
:global LogPrint;
|
||||||
|
:global LogPrintOnce;
|
||||||
|
|
||||||
|
$LogPrintOnce warning $0 \
|
||||||
|
("This function is deprecated and will be removed. Please make your adjustments!");
|
||||||
|
|
||||||
$LogPrint $1 $2 $3;
|
$LogPrint $1 $2 $3;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue