summaryrefslogtreecommitdiffstats
path: root/servers
diff options
context:
space:
mode:
authorAdriana Kobylak <anoo@us.ibm.com>2017-12-13 11:46:50 -0600
committerAdriana Kobylak <anoo@us.ibm.com>2017-12-14 13:20:54 -0600
commitf92cf4dbe00f4249f4efeb86886394cab324019a (patch)
tree3c22e9385cff951787a029f140dfd75e06d04659 /servers
parentbc0c67380072ad3461cd9a0dfdb71dc37f54918d (diff)
downloadphosphor-rest-server-f92cf4dbe00f4249f4efeb86886394cab324019a.tar.gz
phosphor-rest-server-f92cf4dbe00f4249f4efeb86886394cab324019a.zip
rest_dbus.py: Fix UnknownInterface error
The string "org.freedesktop.UnknownInterface" is not an existing dbus error string, all errors are of format *.DBus.Error.* so remove it. Also check the dbus name instead of message for this error. The dbus message is the description of the error, like "Unknown interface 'foo'". The dbus name is the actual error string, like "org.freedesktop.DBus.Error.UnknownInterface", Change-Id: Ib54adef852713bc30f3eefc6598e28fcf5be3d29 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
Diffstat (limited to 'servers')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud