1) Removed a note warning about disabled backups

master
Durel 7 years ago
parent 27254e1a6d
commit aa479df815

@ -16948,7 +16948,7 @@ function dbot.backup.current()
end -- if end -- if
if (not inv.config.table.isBackupEnabled) then if (not inv.config.table.isBackupEnabled) then
dbot.note("Automatic backups are disabled") dbot.debug("Automatic backups are disabled")
return DRL_RET_SUCCESS return DRL_RET_SUCCESS
end -- if end -- if

Loading…
Cancel
Save