mirror of
https://github.com/nymurbd/MikroTik-scripts.git
synced 2025-08-03 01:34:47 +02:00
global: give script or function name in log messages
This commit is contained in:
parent
b0e52aa2d1
commit
f46db91845
46 changed files with 262 additions and 212 deletions
|
@ -6,6 +6,6 @@
|
|||
:delay 500ms;
|
||||
}
|
||||
|
||||
:global LogPrintExit;
|
||||
:global LogPrintExit2;
|
||||
|
||||
$LogPrintExit warning ("This script 'global-wait' is now useless, please remove it from configuration.") true;
|
||||
$LogPrintExit2 warning "global-wait" ("This script is now useless, please remove it from configuration.") true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue