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:
parent
b7edb5bfa7
commit
47ba0ed497
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user