diff options
-rw-r--r-- | lualib/rspamadm/configwizard.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lualib/rspamadm/configwizard.lua b/lualib/rspamadm/configwizard.lua index 84d7b2d64..d4a32fbae 100644 --- a/lualib/rspamadm/configwizard.lua +++ b/lualib/rspamadm/configwizard.lua @@ -469,6 +469,9 @@ return ttl printf("You have configured new schema for %s/%s but your DB has old data", symbol_spam, symbol_ham) try_convert(false) + else + printf("You have configured new schema for %s/%s and your DB already has new layout (v. %s). DB conversion is not needed.", + symbol_spam, symbol_ham, ver) end end end |