# HG changeset patch # User Kim Alvefur # Date 1431875846 -7200 # Node ID 2ee9725c7fc6bacd7d0847406500cb0aefdc901b # Parent efbb73851af96479e612bd76461dcba49c6a8b9a mod_mam: There are other storage backends that support archives now diff -r efbb73851af9 -r 2ee9725c7fc6 mod_mam/mod_mam.lua --- a/mod_mam/mod_mam.lua Sat May 16 14:46:29 2015 +0200 +++ b/mod_mam/mod_mam.lua Sun May 17 17:17:26 2015 +0200 @@ -41,7 +41,7 @@ module:log("error", "Could not open archive storage"); return; elseif not archive.find then - module:log("error", "mod_%s does not support archiving, switch to mod_storage_sql2", archive._provided_by); + module:log("error", "mod_%s does not support archiving", archive._provided_by); return; end