fix new lint warnings

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino
2024-08-14 08:46:18 +02:00
parent 6f8bc59756
commit 121d5ae34d
9 changed files with 25 additions and 26 deletions

View File

@@ -9314,7 +9314,7 @@ func printLatestLogs(maxNumberOfLines int) {
return
}
for _, line := range lines {
logger.DebugToConsole(line)
logger.DebugToConsole("%s", line)
}
}