]> xenbits.xensource.com Git - libvirt.git/commit
maint: use VIR_WARN0("...") rather than VIR_WARN("%s", "...")
authorJim Meyering <meyering@redhat.com>
Wed, 19 May 2010 10:59:15 +0000 (12:59 +0200)
committerJim Meyering <meyering@redhat.com>
Wed, 19 May 2010 10:59:15 +0000 (12:59 +0200)
commit3f76a993c278d08ac667b359627e63f543bf9e57
tree508c9bb258795a031148e2c2fc4ae010c530bcbf
parent052893cf665a17af4a32a29752ded36e7f2fa897
maint: use VIR_WARN0("...") rather than VIR_WARN("%s", "...")

Run this command:
  git grep -l 'VIR_WARN("%s", "'|xargs perl -pi -e \
    's/VIR_WARN\("%s", "/VIR_WARN0("/'
* src/phyp/phyp_driver.c (phypDomainGetInfo): Perform the above.
(phypDomainCreateAndStart, phypUUIDTable_ReadFile): Likewise.
src/phyp/phyp_driver.c