diff options
author | Christian Hesse <mail@eworm.de> | 2024-03-05 21:48:21 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2024-03-12 15:27:15 +0100 |
commit | ada91536366d72e1a30c186be9289fb455ab3149 (patch) | |
tree | d798b765641787f0220ea1340327118e0d57b229 /global-functions.rsc | |
parent | 1e8918fdaa5a30393e2004d1f5e4dff458936b67 (diff) |
global-functions: $ScriptLock: fix wording...
... as this does (no longer) abort.
Diffstat (limited to 'global-functions.rsc')
-rw-r--r-- | global-functions.rsc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/global-functions.rsc b/global-functions.rsc index 1e36616..6ddcbd3 100644 --- a/global-functions.rsc +++ b/global-functions.rsc @@ -1290,7 +1290,7 @@ $RemoveTicket $Script $MyTicket; $LogPrintExit2 info $0 ("Script '" . $Script . "' started more than once" . [ $IfThenElse ($WaitCount > 0) \ - " and timed out waiting for lock" "" ] . "... Aborting.") false; + " and timed out waiting for lock" "" ] . "...") false; :return false; } |