diff options
Diffstat (limited to 'common/log.h')
-rw-r--r-- | common/log.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/log.h b/common/log.h index 10de3c7c..74b9f0f5 100644 --- a/common/log.h +++ b/common/log.h @@ -53,7 +53,7 @@ extern void (*log_error_atexit)(); extern std::ostream clog; void log(const char *format, ...) NPNR_ATTRIBUTE(format(printf, 1, 2)); -void log_header(const char *format, ...) NPNR_ATTRIBUTE(format(printf, 1, 2)); +void log_always(const char *format, ...) NPNR_ATTRIBUTE(format(printf, 1, 2)); void log_info(const char *format, ...) NPNR_ATTRIBUTE(format(printf, 1, 2)); void log_warning(const char *format, ...) NPNR_ATTRIBUTE(format(printf, 1, 2)); void log_warning_noprefix(const char *format, ...) NPNR_ATTRIBUTE(format(printf, 1, 2)); |