mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-29 19:56:09 +01:00
maintain (debug): add debug statements
This commit is contained in:
parent
0748e56092
commit
1844c6d33e
2 changed files with 2 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ func init() {
|
|||
return
|
||||
}
|
||||
c.wg.Wait()
|
||||
Log.Debug("plg_backend_ftp::vacuum")
|
||||
c.Close()
|
||||
})
|
||||
}
|
||||
|
|
|
|||
|
|
@ -36,6 +36,7 @@ func init() {
|
|||
return
|
||||
}
|
||||
c.wg.Wait()
|
||||
Log.Debug("plg_backend_sftp::vacuum")
|
||||
c.Close()
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue