From aa479df815ee09162ed6c72a9aafcfd2db4c03d5 Mon Sep 17 00:00:00 2001 From: Durel Date: Fri, 29 Sep 2017 12:37:01 -0400 Subject: [PATCH] 1) Removed a note warning about disabled backups --- aard_inventory.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aard_inventory.xml b/aard_inventory.xml index 721fcbb..8d0d00d 100644 --- a/aard_inventory.xml +++ b/aard_inventory.xml @@ -16948,7 +16948,7 @@ function dbot.backup.current() end -- if if (not inv.config.table.isBackupEnabled) then - dbot.note("Automatic backups are disabled") + dbot.debug("Automatic backups are disabled") return DRL_RET_SUCCESS end -- if