match_rule_to_string: don't reinvent dbus_message_type_to_string
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 31 Jan 2011 15:55:53 +0000 (15:55 +0000)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Fri, 24 Jun 2011 15:00:13 +0000 (16:00 +0100)
commit85e9a283035b935c147408f88fb8dd8fcc225edf
treec05499599477a42e38150a582ddee769d129d237
parent16b96009641749c600af28245f7f6f92bd53dcb8
match_rule_to_string: don't reinvent dbus_message_type_to_string

We don't allow match rules with unknown message types, so losing the
"type='%d'" case isn't a great loss.

Reviewed-by: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=34040
bus/signals.c