[libvirt] [PATCH 1/5] maint: don't mark VIR_WARN or VIR_WARN0 diagnostics for translation

Daniel P. Berrange berrange at redhat.com
Wed May 19 14:54:30 UTC 2010


On Wed, May 19, 2010 at 04:47:16PM +0200, Jim Meyering wrote:
> From: Jim Meyering <meyering at redhat.com>
> 
> 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            |    6 +++---
>  src/lxc/lxc_container.c      |    2 +-
>  src/lxc/lxc_controller.c     |    2 +-
>  src/network/bridge_driver.c  |    8 ++++----
>  src/qemu/qemu_conf.c         |   12 ++++++------
>  src/qemu/qemu_driver.c       |   32 ++++++++++++++++----------------
>  src/qemu/qemu_monitor_text.c |   22 +++++++++++-----------
>  src/uml/uml_driver.c         |   12 ++++++------
>  src/util/logging.c           |    8 ++++----
>  src/util/pci.c               |    8 ++++----
>  src/xen/proxy_internal.c     |    6 +++---
>  11 files changed, 59 insertions(+), 59 deletions(-)

ACK


Daniel
-- 
|: Red Hat, Engineering, London    -o-   http://people.redhat.com/berrange/ :|
|: http://libvirt.org -o- http://virt-manager.org -o- http://deltacloud.org :|
|: http://autobuild.org        -o-         http://search.cpan.org/~danberr/ :|
|: GnuPG: 7D3B9505  -o-   F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 :|




More information about the libvir-list mailing list