mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +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
|
* Note that different PRI* definitions lead to different strings for
|
||||||
* different architectures.
|
* different architectures.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define print_log(level, file, line, format, args...) print_log(format, args)
|
#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