]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
starter: Fix comment for debug function
authorTobias Brunner <tobias@strongswan.org>
Mon, 5 Sep 2022 17:12:23 +0000 (19:12 +0200)
committerTobias Brunner <tobias@strongswan.org>
Tue, 6 Sep 2022 07:33:00 +0000 (09:33 +0200)
src/starter/starter.c

index c0094775d208b0295da23589ab457d8d3c314379..ade88bb93dac50c412626ea02f7f38b409bd8edf 100644 (file)
@@ -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, ...)
 {