]> sourceware.org Git - lvm2.git/commitdiff
dm+lvm2 macros
authorAlasdair Kergon <agk@redhat.com>
Fri, 31 Oct 2008 22:32:54 +0000 (22:32 +0000)
committerAlasdair Kergon <agk@redhat.com>
Fri, 31 Oct 2008 22:32:54 +0000 (22:32 +0000)
po/pogen.h

index 6bffc2d6467028b8f8f8d245c6f0566398ea9903..2be92ba70492c9f7a3068b989500ba8bb57b3cdb 100644 (file)
  */
 
 /*
- * 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)
This page took 0.030288 seconds and 5 git commands to generate.