mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-22 17:35:59 +03:00
lvmdbusd: Change print statement to py3 syntax
This commit is contained in:
parent
b717c5efae
commit
41ebed7077
@ -124,8 +124,8 @@ class ObjectManager(AutomatedProperties):
|
|||||||
with self.rlock:
|
with self.rlock:
|
||||||
path, props = dbus_object.emit_data()
|
path, props = dbus_object.emit_data()
|
||||||
|
|
||||||
# print 'Registering object path %s for %s' %
|
# print('Registering object path %s for %s' %
|
||||||
# (path, dbus_object.lvm_id)
|
# (path, dbus_object.lvm_id))
|
||||||
|
|
||||||
# We want fast access to the object by a number of different ways
|
# We want fast access to the object by a number of different ways
|
||||||
# so we use multiple hashs with different keys
|
# so we use multiple hashs with different keys
|
||||||
|
Loading…
Reference in New Issue
Block a user