starter: Fix comment for debug function

This commit is contained in:
Tobias Brunner
2022-09-06 09:33:00 +02:00
parent 73f6047a77
commit befdefa5d3
+1 -1
View File
@@ -66,7 +66,7 @@ static bool log_to_syslog = TRUE;
static level_t current_loglevel = 1; 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, ...) static void starter_dbg(debug_t group, level_t level, char *fmt, ...)
{ {