From 47ba0ed497c633d0622c67085dea0747399e2c98 Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Fri, 31 Oct 2008 22:32:54 +0000 Subject: [PATCH] dm+lvm2 macros --- po/pogen.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/po/pogen.h b/po/pogen.h index 6bffc2d64..2be92ba70 100644 --- a/po/pogen.h +++ b/po/pogen.h @@ -13,11 +13,11 @@ */ /* - * Macro to change log messages into a format that xgettext can handle. + * Macros to change log messages into a format that xgettext can handle. * * Note that different PRI* definitions lead to different strings for * different architectures. */ #define print_log(level, file, line, format, args...) print_log(format, args) - +#define dm_log(level, file, line, format, args...) dm_log(format, args)