From 2f26addb25a8b44c52e5b805dc2616304e0fd790 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 20 May 2010 08:44:23 +0200 Subject: [PATCH] maint: enforce policy wrt VIR_ERROR and VIR_ERROR0 * cfg.mk (msg_gen_function): Add VIR_ERROR and VIR_ERROR0, so that sc_libvirt_unmarked_diagnostics will check them, too. --- cfg.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cfg.mk b/cfg.mk index 1ef73e2e82..3c2fc750fa 100644 --- 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 -- GitLab