Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Matrix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Operate
Environments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeDomum
Matrix
Commits
6df6f5e0
Commit
6df6f5e0
authored
10 years ago
by
David Baker
Browse files
Options
Downloads
Patches
Plain Diff
Redundant bracketing & missed space
parent
ca7240a2
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
synapse/push/__init__.py
+2
-2
2 additions, 2 deletions
synapse/push/__init__.py
with
2 additions
and
2 deletions
synapse/push/__init__.py
+
2
−
2
View file @
6df6f5e0
...
...
@@ -187,8 +187,8 @@ class Pusher(object):
# for sanity, we only remove the pushkey if it
# was the one we actually sent...
logger
.
warn
(
(
"
Ignoring rejected pushkey %s because we
"
+
"
didn
'
t send it
"
),
(
pk
,)
(
"
Ignoring rejected pushkey %s because we
"
+
"
didn
'
t send it
"
),
pk
)
else
:
logger
.
info
(
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment