diff options
Diffstat (limited to 'global-wait')
-rw-r--r-- | global-wait | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/global-wait b/global-wait index 18f2fb8..3ce6d27 100644 --- a/global-wait +++ b/global-wait @@ -6,6 +6,6 @@ :delay 500ms; } -:global LogPrintExit; +:global LogPrintExit2; -$LogPrintExit warning ("This script 'global-wait' is now useless, please remove it from configuration.") true; +$LogPrintExit2 warning "global-wait" ("This script is now useless, please remove it from configuration.") true; |