mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-11-29 22:08:10 +02:00
fix misspells and ineffectual assignments
This commit is contained in:
2
main.go
2
main.go
@@ -58,7 +58,7 @@ func main() {
|
||||
|
||||
go func() {
|
||||
logger.Debug(logSender, "initializing SFTP server with config %+v", sftpdConf)
|
||||
if err := sftpdConf.Initalize(configDir); err != nil {
|
||||
if err := sftpdConf.Initialize(configDir); err != nil {
|
||||
logger.Error(logSender, "could not start SFTP server: %v", err)
|
||||
}
|
||||
shutdown <- true
|
||||
|
||||
Reference in New Issue
Block a user