From: Tobias Brunner Date: Mon, 5 Sep 2022 17:12:23 +0000 (+0200) Subject: starter: Fix comment for debug function X-Git-Tag: 5.9.8dr3~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=befdefa5d38d2ddbb8d4e97f470d6812e803663a;p=thirdparty%2Fstrongswan.git starter: Fix comment for debug function --- 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, ...) {