mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-29 19:56:09 +01:00
maintain (plg_backend_nop): additional debug log
This commit is contained in:
parent
ee6256e075
commit
77767af252
1 changed files with 1 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ func (this LargeFile) Close() error {
|
|||
type BlackHole struct{}
|
||||
|
||||
func (this BlackHole) Init(params map[string]string, app *App) (IBackend, error) {
|
||||
Log.Debug("plg_backend_nop::init params[%s]", params)
|
||||
return BlackHole{}, nil
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue