changeset 2030:66156e4d5274

mod_mam: This was meant to be a debug message
author Kim Alvefur <zash@zash.se>
date Fri, 22 Jan 2016 16:04:32 +0100
parents 3e00cd4a02bc
children f21147d56bc4
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	Wed Jan 20 13:10:50 2016 +1100
+++ b/mod_mam/mod_mam.lua	Fri Jan 22 16:04:32 2016 +0100
@@ -45,7 +45,7 @@
 	else
 		module:log("debug", "Attempt to open archive storage returned null driver");
 	end
-	module:log("info", "See https://prosody.im/doc/storage and https://prosody.im/doc/archiving for more information");
+	module:log("debug", "See https://prosody.im/doc/storage and https://prosody.im/doc/archiving for more information");
 	module:log("info", "Using in-memory fallback archive driver");
 	archive = module:require "fallback_archive";
 end