maintain (plg_backend_nop): additional debug log

This commit is contained in:
Mickael Kerjean 2022-08-19 12:13:52 +10:00
parent ee6256e075
commit 77767af252

View file

@ -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
}