]> git.ipfire.org Git - thirdparty/libvirt.git/commit
maint: mark translatable string args of VIR_ERROR
authorJim Meyering <meyering@redhat.com>
Thu, 20 May 2010 06:15:46 +0000 (08:15 +0200)
committerJim Meyering <meyering@redhat.com>
Thu, 20 May 2010 19:36:25 +0000 (21:36 +0200)
commit2d3208029bff0102cf700bb2898fc0fe68be38b5
treea89a7fa9c397c10301b579a7580ed5f587ead886
parent8d63d82e5cd8b09f9520041d71ae4038051ed488
maint: mark translatable string args of VIR_ERROR

Run this:
  git grep -l 'VIR_ERROR\s*("'|xargs perl -pi -e \
    's/(VIR_ERROR)\s*\((".*?"),/$1(_($2),/'
15 files changed:
daemon/libvirtd.c
src/driver.c
src/libvirt.c
src/lxc/lxc_controller.c
src/node_device/node_device_hal.c
src/node_device/node_device_linux_sysfs.c
src/node_device/node_device_udev.c
src/phyp/phyp_driver.c
src/qemu/qemu_conf.c
src/qemu/qemu_driver.c
src/qemu/qemu_monitor.c
src/storage/storage_driver.c
src/uml/uml_driver.c
src/util/cgroup.c
src/util/util.c