2020-09-18 11:00:27 +02:00
|
|
|
#!rsc by RouterOS
|
2020-04-18 23:20:29 +02:00
|
|
|
# RouterOS script: early-errors
|
|
|
|
|
|
2021-02-22 15:14:10 +01:00
|
|
|
:global LogPrintExit2;
|
2020-04-18 23:20:29 +02:00
|
|
|
|
2021-02-22 15:14:10 +01:00
|
|
|
$LogPrintExit2 warning "early-errors" ("This script has been replaced. Please migrate to 'log-forward'.") true;
|