aboutsummaryrefslogtreecommitdiffstats
path: root/global-wait
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2021-02-22 15:14:10 +0100
committerGravatar Christian Hesse <mail@eworm.de>2021-02-24 21:51:54 +0100
commitf46db918453dcb8878b9a0de6e122fb0ea2224d9 (patch)
tree31544a450651d0705ecdea0c3d35e650ef784d67 /global-wait
parentb0e52aa2d1baa78fc9d025c0671fea8babba0ec2 (diff)
global: give script or function name in log messages
Diffstat (limited to 'global-wait')
-rw-r--r--global-wait4
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;