mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-13 19:44:28 +02:00
global-functions: $ScriptLock: degrade message to debug
This commit is contained in:
parent
9e4749a5b7
commit
e53c31e9e6
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue