From aa1eeebb1c05edc22335cbb48af5d42be20750c0 Mon Sep 17 00:00:00 2001 From: omniscient <17525998+omnisci3nce@users.noreply.github.com> Date: Fri, 26 Jul 2024 17:20:13 +1000 Subject: moving some maths functions to implementation file --- src/log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/log.h') diff --git a/src/log.h b/src/log.h index 64d0d2e..73d6cc8 100644 --- a/src/log.h +++ b/src/log.h @@ -36,7 +36,7 @@ void logger_shutdown(); // TODO: macro that outputs logger macros for a specific subsystem or string prefix e.g. "MEMORY" -> // logs now have more context potentially have line numbers too? -void log_output(log_level level, const char* message, ...); +void log_output(log_level level, const char *message, ...); #define FATAL(message, ...) log_output(LOG_LEVEL_FATAL, message, ##__VA_ARGS__) #define ERROR(message, ...) log_output(LOG_LEVEL_ERROR, message, ##__VA_ARGS__) -- cgit v1.2.3-70-g09d2