]> xenbits.xensource.com Git - libvirt.git/commitdiff
maint: enforce policy wrt VIR_DEBUG and VIR_DEBUG0
authorJim Meyering <meyering@redhat.com>
Thu, 20 May 2010 06:56:48 +0000 (08:56 +0200)
committerJim Meyering <meyering@redhat.com>
Thu, 20 May 2010 19:36:26 +0000 (21:36 +0200)
* cfg.mk (sc_prohibit_gettext_markup): Just like VIR_WARN*.

cfg.mk

diff --git a/cfg.mk b/cfg.mk
index 3c2fc750fa407948cc9a602ce47534068edda45c..b024c75cb513d39cdea234dcadfc614c28899d2f 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
@@ -439,7 +439,7 @@ sc_copyright_format:
 # Some functions/macros produce messages intended solely for developers
 # and maintainers.  Do not mark them for translation.
 sc_prohibit_gettext_markup:
-       @prohibit='\<VIR_WARN0? *\(_\('                                 \
+       @prohibit='\<VIR_(WARN|DEBUG)0? *\(_\('                         \
        halt='do not mark these strings for translation'                \
          $(_sc_search_regexp)