summaryrefslogtreecommitdiff
path: root/po/pogen.h
blob: 196f79c7843223533c4387262485438277834791 (plain)
1
2
3
4
5
6
7
/*
 * 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)