diff options
author | Alasdair Kergon <agk@redhat.com> | 2008-10-31 22:32:54 +0000 |
---|---|---|
committer | Alasdair Kergon <agk@redhat.com> | 2008-10-31 22:32:54 +0000 |
commit | 47ba0ed497c633d0622c67085dea0747399e2c98 (patch) | |
tree | 3d7b2c9abe33d5e278b2f112c6c8ef6d072cdb7a /po | |
parent | b7edb5bfa78a5dc7b8501aa3f3644e58d177cc6b (diff) | |
download | lvm2-47ba0ed497c633d0622c67085dea0747399e2c98.tar.gz |
dm+lvm2 macros
Diffstat (limited to 'po')
-rw-r--r-- | po/pogen.h | 4 |
1 files 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) |