mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-07 23:00:55 +03:00
fix new lint warnings
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
@@ -3558,6 +3558,6 @@ func printLatestLogs(maxNumberOfLines int) {
|
||||
return
|
||||
}
|
||||
for _, line := range lines {
|
||||
logger.DebugToConsole(line)
|
||||
logger.DebugToConsole("%s", line)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user