Skip to content

Commit

Permalink
#731: always log full stacktrace at debug level
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@14276 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Oct 25, 2016
1 parent dbc77a1 commit 5585ea0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/xpra/net/mdns/avahi_publisher.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ def add_service(self):
self.group.Commit()
log("dbus service added")
except DBusException as e:
log("cannot add service", exc_info=True)
#use try+except as older versions may not have those modules?
message = e.get_dbus_message()
dbus_error_name = e.get_dbus_name()
Expand Down

0 comments on commit 5585ea0

Please sign in to comment.