]> xenbits.xensource.com Git - libvirt.git/commitdiff
maint: enforce policy wrt VIR_ERROR and VIR_ERROR0
authorJim Meyering <meyering@redhat.com>
Thu, 20 May 2010 06:44:23 +0000 (08:44 +0200)
committerJim Meyering <meyering@redhat.com>
Thu, 20 May 2010 19:36:26 +0000 (21:36 +0200)
* cfg.mk (msg_gen_function): Add VIR_ERROR and VIR_ERROR0,
so that sc_libvirt_unmarked_diagnostics will check them, too.

cfg.mk

diff --git a/cfg.mk b/cfg.mk
index 1ef73e2e82b304d727aa5bd5411aad64f54120dd..3c2fc750fa407948cc9a602ce47534068edda45c 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
@@ -358,6 +358,8 @@ msg_gen_function += virXendError
 msg_gen_function += xenapiSessionErrorHandler
 msg_gen_function += xenUnifiedError
 msg_gen_function += xenXMError
+msg_gen_function += VIR_ERROR
+msg_gen_function += VIR_ERROR0
 
 # Uncomment the following and run "make syntax-check" to see diagnostics
 # that are not yet marked for translation, but that need to be rewritten