# HG changeset patch # User Kim Alvefur # Date 1453475072 -3600 # Node ID 66156e4d5274606adb21187e75ec25aecd0e6918 # Parent 3e00cd4a02bc4fcaab241348ada6e1cd2f3f1aed mod_mam: This was meant to be a debug message diff -r 3e00cd4a02bc -r 66156e4d5274 mod_mam/mod_mam.lua --- 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