diff options
Diffstat (limited to '')
-rw-r--r-- | common/logging.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/logging.h b/common/logging.h index 8edc5c9c7..ed1d3b972 100644 --- a/common/logging.h +++ b/common/logging.h @@ -96,6 +96,8 @@ void log_fatal (const char *fmt, ...) GPGRT_ATTR_NR_PRINTF(1,2); void log_error (const char *fmt, ...) GPGRT_ATTR_PRINTF(1,2); void log_info (const char *fmt, ...) GPGRT_ATTR_PRINTF(1,2); void log_debug (const char *fmt, ...) GPGRT_ATTR_PRINTF(1,2); +void log_debug_with_string (const char *string, const char *fmt, + ...) GPGRT_ATTR_PRINTF(2,3); void log_printf (const char *fmt, ...) GPGRT_ATTR_PRINTF(1,2); void log_flush (void); |