summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--po/pogen.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/po/pogen.h b/po/pogen.h
index 6bffc2d6..2be92ba7 100644
--- a/po/pogen.h
+++ b/po/pogen.h
@@ -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)