From a9cb6969b0f8e73d78e5e2d94e24ce55d549c517 Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Fri, 10 Jul 2009 09:59:37 +0000 Subject: Add dm_log_with_errno and dm_log_with_errno_init, deprecating the old Change plog to use dm_log_with_errno unless deprecated dm_log_init was used. Rename plog macro to LOG_LINE and use in dm_dump_memory_debug. --- po/pogen.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'po') diff --git a/po/pogen.h b/po/pogen.h index 2be92ba70..6ab815451 100644 --- a/po/pogen.h +++ b/po/pogen.h @@ -21,3 +21,6 @@ #define print_log(level, file, line, format, args...) print_log(format, args) #define dm_log(level, file, line, format, args...) dm_log(format, args) +#define dm_log_with_errno(level, file, line, format, dm_errno, args...) \ + dm_log(format, args) + -- cgit v1.2.1