mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-22 17:35:59 +03:00
8 lines
258 B
C
8 lines
258 B
C
/*
|
|
* Macro 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)
|