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