aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2024-04-11 13:39:40 +0200
committerGravatar Christian Hesse <mail@eworm.de>2024-04-11 13:41:49 +0200
commite53c31e9e669738fa50e45387d88d97a934f7e4d (patch)
tree6e24100d034f5beb1f7b837e7a64b010b07f1583
parent9e4749a5b71e97c7732639019cff6ba7f6e84d57 (diff)
global-functions: $ScriptLock: degrade message to debug
-rw-r--r--global-functions.rsc4
1 files changed, 2 insertions, 2 deletions
diff --git a/global-functions.rsc b/global-functions.rsc
index c98a012..ded34c3 100644
--- a/global-functions.rsc
+++ b/global-functions.rsc
@@ -1290,8 +1290,8 @@
}
$RemoveTicket $Script $MyTicket;
- $LogPrint info $0 ("Script '" . $Script . "' started more than once" . [ $IfThenElse ($WaitCount > 0) \
- " and timed out waiting for lock" "" ] . "...");
+ $LogPrint debug $0 ("Script '" . $Script . "' started more than once" . \
+ [ $IfThenElse ($WaitCount > 0) " and timed out waiting for lock" "" ] . "...");
:return false;
}