diff options
Diffstat (limited to 'early-errors')
-rw-r--r-- | early-errors | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/early-errors b/early-errors index e6160e8..7c2e509 100644 --- a/early-errors +++ b/early-errors @@ -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; |