mirror of
https://github.com/eworm-de/routeros-scripts
synced 2024-05-14 08:04:19 +00:00
global-functions: $LogPrintExit: add deprecation warning
This commit is contained in:
parent
625d1dda12
commit
96613e9bdd
1 changed files with 1 additions and 0 deletions
|
@ -486,6 +486,7 @@
|
|||
:set LogPrintExit do={
|
||||
:global LogPrintExit2;
|
||||
|
||||
$LogPrintExit2 warning $0 ("This function is deprecated. Please use \$LogPrintExit2 instead.") false;
|
||||
$LogPrintExit2 $1 "unknown" $2 $3;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue