mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-07 00:24:30 +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
|
@ -1,6 +1,6 @@
|
|||
#!rsc by RouterOS
|
||||
# RouterOS script: script-updates
|
||||
|
||||
:global LogPrintExit;
|
||||
:global LogPrintExit2;
|
||||
|
||||
$LogPrintExit warning ("This script has been replaced by function '\$ScriptInstallUpdate'.") true;
|
||||
$LogPrintExit2 warning "script-updates" ("This script has been replaced by function '\$ScriptInstallUpdate'.") true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue