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

Jim Meyering jim at meyering.net
Wed May 19 14:57:13 UTC 2010


Daniel P. Berrange wrote:
> 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

Thanks for the quick reviews.
And for trimming the quoted text.

I've pushed all 5.




More information about the libvir-list mailing list