mod_cloud_notify/mod_cloud_notify.lua
changeset 4225 e5998f53f4ff
parent 4155 fa79d19d0fdd
child 4277 8bf83e883593
--- 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