maintain (debug): add debug statements

This commit is contained in:
Mickael Kerjean 2022-09-15 19:32:17 +10:00
parent 0748e56092
commit 1844c6d33e
2 changed files with 2 additions and 0 deletions

View file

@ -38,6 +38,7 @@ func init() {
return
}
c.wg.Wait()
Log.Debug("plg_backend_ftp::vacuum")
c.Close()
})
}

View file

@ -36,6 +36,7 @@ func init() {
return
}
c.wg.Wait()
Log.Debug("plg_backend_sftp::vacuum")
c.Close()
})
}