mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2024-05-11 05:55:19 +00:00
global-functions: $LogPrintExit: add deprecation warning
This commit is contained in:
@ -486,6 +486,7 @@
|
|||||||
:set LogPrintExit do={
|
:set LogPrintExit do={
|
||||||
:global LogPrintExit2;
|
:global LogPrintExit2;
|
||||||
|
|
||||||
|
$LogPrintExit2 warning $0 ("This function is deprecated. Please use \$LogPrintExit2 instead.") false;
|
||||||
$LogPrintExit2 $1 "unknown" $2 $3;
|
$LogPrintExit2 $1 "unknown" $2 $3;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user