mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2024-05-11 05:55:19 +00:00
global: give script or function name in log messages
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!rsc by RouterOS
|
||||
# RouterOS script: early-errors
|
||||
|
||||
:global LogPrintExit;
|
||||
:global LogPrintExit2;
|
||||
|
||||
$LogPrintExit warning ("This script has been replaced. Please migrate to 'log-forward'.") true;
|
||||
$LogPrintExit2 warning "early-errors" ("This script has been replaced. Please migrate to 'log-forward'.") true;
|
||||
|
Reference in New Issue
Block a user