libvirt/src/phyp
Jim Meyering 5910472fa5 maint: use VIR_ERROR0 rather than VIR_ERROR with a bare "%s"
Change VIR_ERROR("%s", "..."
to     VIR_ERROR0("..."

and

Change VIR_ERROR("%s", _("...")
to     VIR_ERROR0(_("...")

Use this command:
  git grep -E -l 'VIR_ERROR\("%s", (_\()?"'|xargs perl -pi -e \
  's/VIR_ERROR\("%s", (_\()?"/VIR_ERROR0($1"/'
2010-05-20 21:36:25 +02:00
..
phyp_driver.c maint: use VIR_ERROR0 rather than VIR_ERROR with a bare "%s" 2010-05-20 21:36:25 +02:00
phyp_driver.h phyp: Use virRequestUsername and virRequestPassword 2010-03-16 20:17:54 +01:00