From befdefa5d38d2ddbb8d4e97f470d6812e803663a Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Mon, 5 Sep 2022 19:12:23 +0200 Subject: [PATCH] starter: Fix comment for debug function --- src/starter/starter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/starter/starter.c b/src/starter/starter.c index c0094775d2..ade88bb93d 100644 --- a/src/starter/starter.c +++ b/src/starter/starter.c @@ -66,7 +66,7 @@ static bool log_to_syslog = TRUE; static level_t current_loglevel = 1; /** - * logging function for scepclient + * logging function for starter */ static void starter_dbg(debug_t group, level_t level, char *fmt, ...) { -- 2.47.2