From 4c6cc1ebdd4c32fa144a956038f33c560e964cdc Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 30 May 2017 15:58:37 +0200 Subject: Make pretty --- helper.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'helper.c') diff --git a/helper.c b/helper.c index 1bd12bc..c7b4aaf 100644 --- a/helper.c +++ b/helper.c @@ -203,9 +203,9 @@ void helper_printfilter(struct Filter* f) putchar('\n'); } -void plog(const DebugLevel debugLevel, char *args, ...) +void plog(const DebugLevel messageLevel, char *args, ...) { - if (debugLevel > _debugLevel) return; + if (messageLevel > _debugLevel) return; va_list argList; va_start(argList, args); vprintf(args, argList); -- cgit v1.2.3-55-g7522