Skip to content
Snippets Groups Projects
Commit dcb99e49 authored by Mark Haines's avatar Mark Haines
Browse files

SYN-153: Fix formatting of federation error message

parent 49305573
No related branches found
No related tags found
No related merge requests found
......@@ -128,7 +128,7 @@ class DirectoryHandler(BaseHandler):
"servers": result.servers,
})
else:
raise SynapseError(404, "Room alias \"%s\" not found", room_alias)
raise SynapseError(404, "Room alias \"%s\" not found" % (room_alias,))
@defer.inlineCallbacks
......
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