1
0
mirror of https://github.com/eworm-de/routeros-scripts.git synced 2024-05-11 05:55:19 +00:00

check-routeros-update: decrease log severity to info

This commit is contained in:
Christian Hesse
2020-11-13 22:34:31 +01:00
parent 8b07119f38
commit 19ed080244

@ -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") ];