diff options
author | Christian Hesse <mail@eworm.de> | 2024-04-11 13:39:40 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2024-04-11 13:41:49 +0200 |
commit | e53c31e9e669738fa50e45387d88d97a934f7e4d (patch) | |
tree | 6e24100d034f5beb1f7b837e7a64b010b07f1583 /global-functions.rsc | |
parent | 9e4749a5b71e97c7732639019cff6ba7f6e84d57 (diff) |
global-functions: $ScriptLock: degrade message to debug
Diffstat (limited to 'global-functions.rsc')
-rw-r--r-- | global-functions.rsc | 4 |
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; } |