aboutsummaryrefslogtreecommitdiffstats
path: root/check-routeros-update
diff options
context:
space:
mode:
Diffstat (limited to 'check-routeros-update')
-rw-r--r--check-routeros-update2
1 files changed, 1 insertions, 1 deletions
diff --git a/check-routeros-update b/check-routeros-update
index e020153..b8e87d9 100644
--- a/check-routeros-update
+++ b/check-routeros-update
@@ -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") ];