Commit 1bf3cc02 authored by Devaev Maxim's avatar Devaev Maxim

Fixed bug with access to object_path

parent 701cc7b8
......@@ -18,7 +18,7 @@ def tracer(function, statics_list=[0]) :
logger.debug("%s%s %s::%s" % ( " "*statics_list[0],
str((function.__dict__.has_key("_dbus_is_method") and "Called method") or
(function.__dict__.has_key("_dbus_is_signal") and "Emited signal")),
self.__object_path, dbus_tools.joinMethod(function._dbus_interface, function.__name__) ))
self.objectPath(), dbus_tools.joinMethod(function._dbus_interface, function.__name__) ))
statics_list[0] += 1
try :
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment