summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2008-10-31 22:32:54 +0000
committerAlasdair Kergon <agk@redhat.com>2008-10-31 22:32:54 +0000
commit47ba0ed497c633d0622c67085dea0747399e2c98 (patch)
tree3d7b2c9abe33d5e278b2f112c6c8ef6d072cdb7a
parentb7edb5bfa78a5dc7b8501aa3f3644e58d177cc6b (diff)
downloadlvm2-47ba0ed497c633d0622c67085dea0747399e2c98.tar.gz
lvm2-47ba0ed497c633d0622c67085dea0747399e2c98.tar.xz
lvm2-47ba0ed497c633d0622c67085dea0747399e2c98.zip
dm+lvm2 macros
-rw-r--r--po/pogen.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/po/pogen.h b/po/pogen.h
index 6bffc2d6..2be92ba7 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)