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)