]> xenbits.xensource.com Git - libvirt.git/commit
maint: don't mark VIR_WARN or VIR_WARN0 diagnostics for translation
authorJim Meyering <meyering@redhat.com>
Wed, 19 May 2010 10:00:18 +0000 (12:00 +0200)
committerJim Meyering <meyering@redhat.com>
Wed, 19 May 2010 10:00:18 +0000 (12:00 +0200)
commitc5a2fe243b638b0cd01e917897d6b19186ba5fd4
tree795c5f5b55c6d7dded25cd5cb1c771169f594451
parentd54bad5d0e974c85b5dc8db15558464046f7d54d
maint: don't mark VIR_WARN or VIR_WARN0 diagnostics for translation

Approximately 60 messages were marked.  Since these diagnostics are
intended solely for developers and maintainers, encouraging translation
is deemed to be counterproductive:
http://thread.gmane.org/gmane.comp.emulators.libvirt/25050/focus=25052

Run this command:
  git grep -l VIR_WARN|xargs perl -pi -e \
    's/(VIR_WARN0?)\s*\(_\((".*?")\)/$1($2/'
daemon/libvirtd.c
src/lxc/lxc_container.c
src/lxc/lxc_controller.c
src/network/bridge_driver.c
src/qemu/qemu_conf.c
src/qemu/qemu_driver.c
src/qemu/qemu_monitor_text.c
src/uml/uml_driver.c
src/util/logging.c
src/util/pci.c
src/xen/proxy_internal.c