global-functions: $ScriptLock: degrade message to debug

This commit is contained in:
Christian Hesse 2024-04-11 13:39:40 +02:00
parent 9e4749a5b7
commit e53c31e9e6

View file

@ -1290,8 +1290,8 @@
} }
$RemoveTicket $Script $MyTicket; $RemoveTicket $Script $MyTicket;
$LogPrint info $0 ("Script '" . $Script . "' started more than once" . [ $IfThenElse ($WaitCount > 0) \ $LogPrint debug $0 ("Script '" . $Script . "' started more than once" . \
" and timed out waiting for lock" "" ] . "..."); [ $IfThenElse ($WaitCount > 0) " and timed out waiting for lock" "" ] . "...");
:return false; :return false;
} }