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 62426d25da
commit d783ffc13f
9 changed files with 25 additions and 26 deletions

View File

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