changeset 1737:2ee9725c7fc6

mod_mam: There are other storage backends that support archives now
author Kim Alvefur <zash@zash.se>
date Sun, 17 May 2015 17:17:26 +0200
parents efbb73851af9
children b3f048af2dfe
files mod_mam/mod_mam.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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