mirror of
https://github.com/nymurbd/MikroTik-scripts.git
synced 2025-06-27 20:08:56 +02:00
6 lines
187 B
Text
6 lines
187 B
Text
#!rsc by RouterOS
|
|
# RouterOS script: early-errors
|
|
|
|
:global LogPrintExit2;
|
|
|
|
$LogPrintExit2 warning "early-errors" ("This script has been replaced. Please migrate to 'log-forward'.") true;
|