diff options
-rw-r--r-- | plugins/mod_muc_mam.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mod_muc_mam.lua b/plugins/mod_muc_mam.lua index 653079b5..289359f4 100644 --- a/plugins/mod_muc_mam.lua +++ b/plugins/mod_muc_mam.lua @@ -403,7 +403,7 @@ local function save_to_history(self, stanza) end end if not id and (archive.caps and archive.caps.truncate) then - module:log("debug", "User '%s' over quota, truncating archive", room_node); + module:log("debug", "Room '%s' over quota, truncating archive", room_node); local truncated = archive:delete(room_node, { truncate = archive_truncate; }); |