mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-08-02 09:15:03 +02:00
check-routeros-update: decrease log severity to info
This commit is contained in:
parent
8b07119f38
commit
19ed080244
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
|||
:local Update [ / system package update get ];
|
||||
|
||||
:if ([ :len ($Update->"latest-version") ] = 0) do={
|
||||
$LogPrintExit warning "An empty string is not a valid version." true;
|
||||
$LogPrintExit info "An empty string is not a valid version." true;
|
||||
}
|
||||
|
||||
:local NumInstalled [ $VersionToNum ($Update->"installed-version") ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue