minor doc fixes

This commit is contained in:
Nicola Murino
2021-02-14 22:08:08 +01:00
parent a21ccad174
commit 46176a54b4
19 changed files with 127 additions and 151 deletions

View File

@@ -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().