Change in vdsm[master]: fix the logging method format of utils

shaohef at linux.vnet.ibm.com shaohef at linux.vnet.ibm.com
Sat Jun 16 15:21:56 UTC 2012


ShaoHe Feng has posted comments on this change.

Change subject: fix the logging method format of utils
......................................................................


Patch Set 1:

this is a guild for vdsm developers.
http://ovirt.org/wiki/Vdsm_Developers

it has mentioned the format of logging method as following:
let logging method do the formatting for you: 
logging.debug('hello %s', 'world')
rather than
logging.debug('hello %s' % 'world')

--
To view, visit http://gerrit.ovirt.org/5383
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Ic38966527512c433f5312b25c51e1152ed5fe582
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: ShaoHe Feng <shaohef at linux.vnet.ibm.com>
Gerrit-Reviewer: ShaoHe Feng <shaohef at linux.vnet.ibm.com>


More information about the vdsm-patches mailing list