Fix error message in ipdl compiler, no bug, r=jlebar over irc

This commit is contained in:
David Zbarsky 2013-06-18 17:39:04 -07:00
parent d9b7049dbc
commit 2ac37e2b29

View File

@ -1776,7 +1776,7 @@ class BuildProcessGraph(TcheckVisitor):
if parentSideActor is not None:
self.error(bridges.loc,
"ambiguous bridge `%s' between `%s' and `%s'",
bridgeProto.type.name(),
bridgeProto.name(),
parentSideProto.name(),
childSideProto.name())
else: