mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-07 06:40:54 +03:00
minor doc fixes
This commit is contained in:
@@ -229,7 +229,7 @@ func ErrorToConsole(format string, v ...interface{}) {
|
||||
consoleLogger.Error().Msg(fmt.Sprintf(format, v...))
|
||||
}
|
||||
|
||||
// TransferLog logs an SFTP/SCP upload or download
|
||||
// TransferLog logs uploads or downloads
|
||||
func TransferLog(operation string, path string, elapsed int64, size int64, user string, connectionID string, protocol string) {
|
||||
logger.Info().
|
||||
Timestamp().
|
||||
|
||||
Reference in New Issue
Block a user