[libvirt] [PATCH 09/10] maint: enforce policy wrt VIR_DEBUG and VIR_DEBUG0

Jim Meyering jim at meyering.net
Thu May 20 07:11:47 UTC 2010


From: Jim Meyering <meyering at redhat.com>

* cfg.mk (sc_prohibit_gettext_markup): Just like VIR_WARN*.
---
 cfg.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/cfg.mk b/cfg.mk
index a26285f..2909e3e 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -425,7 +425,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)

-- 
1.7.1.259.g3aef8




More information about the libvir-list mailing list