Skip to content
Snippets Groups Projects
Commit 657a0d25 authored by David Baker's avatar David Baker
Browse files

Comment typo

parent 1487bba2
No related branches found
No related tags found
No related merge requests found
...@@ -121,7 +121,7 @@ class Pusher(object): ...@@ -121,7 +121,7 @@ class Pusher(object):
ev, c, display_name=my_display_name, ev, c, display_name=my_display_name,
room_member_count=room_member_count room_member_count=room_member_count
) )
# ignore rules with no actions (we have an explict 'dont_notify' # ignore rules with no actions (we have an explict 'dont_notify')
if len(actions) == 0: if len(actions) == 0:
logger.warn( logger.warn(
"Ignoring rule id %s with no actions for user %s" % "Ignoring rule id %s with no actions for user %s" %
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment