mod_mam_muc/mod_mam_muc.lua
changeset 1593 3e4d15ae2133
parent 1571 eed7db9f3157
--- a/mod_mam_muc/mod_mam_muc.lua	Tue Jan 20 11:02:14 2015 +0000
+++ b/mod_mam_muc/mod_mam_muc.lua	Sun Jan 25 13:04:02 2015 +0100
@@ -50,7 +50,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