1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

dm+lvm2 macros

This commit is contained in:
Alasdair Kergon 2008-10-31 22:32:54 +00:00
parent b7edb5bfa7
commit 47ba0ed497

View File

@ -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)