1
0
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:
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: 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