blob: 7c2e50945fc26818e5600724d98ee71a41fc1c67 (
about) (
plain) (
blame)
1
2
3
4
5
6
|
#!rsc by RouterOS
# RouterOS script: early-errors
:global LogPrintExit2;
$LogPrintExit2 warning "early-errors" ("This script has been replaced. Please migrate to 'log-forward'.") true;
|