mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-08-01 16:54:38 +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 ];
|
||||
|
||||
:global LogPrint;
|
||||
:global LogPrintOnce;
|
||||
|
||||
$LogPrintOnce warning $0 \
|
||||
("This function is deprecated and will be removed. Please make your adjustments!");
|
||||
|
||||
$LogPrint $1 $2 $3;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue