mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-07 06:40:54 +03:00
Add connectionID to as many entries as possible
Signed-off-by: Jo Vandeginste <Jo.Vandeginste@kuleuven.be>
This commit is contained in:
@@ -4,5 +4,5 @@ import "github.com/drakkan/sftpgo/logger"
|
||||
|
||||
// SetUmask does nothing on windows
|
||||
func SetUmask(umask int, configValue string) {
|
||||
logger.Debug(logSender, "umask not available on windows, configured value %v (%v)", configValue, umask)
|
||||
logger.Debug(logSender, "", "umask not available on windows, configured value %v (%v)", configValue, umask)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user