aboutsummaryrefslogtreecommitdiffstats
path: root/src/log.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/log.c')
-rw-r--r--src/log.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/log.c b/src/log.c
index a624a2f..95f0949 100644
--- a/src/log.c
+++ b/src/log.c
@@ -53,7 +53,8 @@ jalv_strjoin(const char* const a, const char* const b)
return out;
}
-int
+JALV_LOG_FUNC(2, 0)
+static int
jalv_vlog(const JalvLogLevel level, const char* const fmt, va_list ap)
{
bool fancy = false;