mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2024-05-11 05:55:19 +00:00
global-functions: $LogAndError: add severity
This commit is contained in:
@ -20,7 +20,7 @@
|
||||
|
||||
:if ($BackupSendBinary != true && \
|
||||
$BackupSendExport != true) do={
|
||||
$LogAndError ("Configured to send neither backup nor config export.");
|
||||
$LogAndError error ("Configured to send neither backup nor config export.");
|
||||
}
|
||||
|
||||
# filename based on identity
|
||||
|
Reference in New Issue
Block a user