[lvm-devel] master - lvmdbusd: Change print statement to py3 syntax

tasleson tasleson at fedoraproject.org
Fri Jun 10 21:06:29 UTC 2016


Gitweb:        http://git.fedorahosted.org/git/?p=lvm2.git;a=commitdiff;h=41ebed707700e926d4224bc62289ea47014d9a0d
Commit:        41ebed707700e926d4224bc62289ea47014d9a0d
Parent:        b717c5efae942c845f07d695593cfb2406627fe9
Author:        Tony Asleson <tasleson at redhat.com>
AuthorDate:    Mon Jun 6 15:06:50 2016 -0500
Committer:     Tony Asleson <tasleson at redhat.com>
CommitterDate: Fri Jun 10 15:28:42 2016 -0500

lvmdbusd: Change print statement to py3 syntax

---
 daemons/lvmdbusd/objectmanager.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/daemons/lvmdbusd/objectmanager.py b/daemons/lvmdbusd/objectmanager.py
index f28c5c8..f8f6d97 100644
--- a/daemons/lvmdbusd/objectmanager.py
+++ b/daemons/lvmdbusd/objectmanager.py
@@ -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




More information about the lvm-devel mailing list