# HG changeset patch # User tmolitor # Date 1603117861 -7200 # Node ID e5998f53f4ff09b977e3736038c547f11e2112d0 # Parent 0b1b7d6714480187407c94b425f411978b911dfc mod_cloud_notify: make logging more clear diff -r 0b1b7d671448 -r e5998f53f4ff mod_cloud_notify/mod_cloud_notify.lua --- a/mod_cloud_notify/mod_cloud_notify.lua Fri Oct 16 18:48:08 2020 +0100 +++ b/mod_cloud_notify/mod_cloud_notify.lua Mon Oct 19 16:31:01 2020 +0200 @@ -342,7 +342,7 @@ push_publish:tag("publish-options"):add_child(st.deserialize(push_info.options)); end -- send out push - module:log("debug", "Sending%s push notification for %s@%s to %s (%s)", form_data["last-message-body"] and " important" or "", node, module.host, push_info.jid, tostring(push_info.node)); + module:log("debug", "Sending %s push notification for %s@%s to %s (%s)", form_data["last-message-body"] and "important" or "unimportant", node, module.host, push_info.jid, tostring(push_info.node)); -- module:log("debug", "PUSH STANZA: %s", tostring(push_publish)); -- handle push errors for this node if push_errors[push_identifier] == nil then