1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

lvmdbusd: Change print statement to py3 syntax

This commit is contained in:
Tony Asleson 2016-06-06 15:06:50 -05:00
parent b717c5efae
commit 41ebed7077

View File

@ -124,8 +124,8 @@ class ObjectManager(AutomatedProperties):
with self.rlock:
path, props = dbus_object.emit_data()
# print 'Registering object path %s for %s' %
# (path, dbus_object.lvm_id)
# print('Registering object path %s for %s' %
# (path, dbus_object.lvm_id))
# We want fast access to the object by a number of different ways
# so we use multiple hashs with different keys