libvirt/src/uml
Jim Meyering c5a2fe243b 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/'
2010-05-19 12:00:18 +02:00
..
uml_conf.c uml: Remove virConnectPtr from umlReportError 2010-04-06 02:03:34 +02:00
uml_conf.h uml: Remove virConnectPtr from umlReportError 2010-04-06 02:03:34 +02:00
uml_driver.c maint: don't mark VIR_WARN or VIR_WARN0 diagnostics for translation 2010-05-19 12:00:18 +02:00
uml_driver.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00