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
Родитель 1be4a402cb
Коммит d8e726af8c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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: