mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-07 08:53:57 +01:00
chore (debug): additional debug info
This commit is contained in:
parent
58bda70412
commit
861fe2ad4a
1 changed files with 1 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ func (this NfsShare) Init(params map[string]string, app *App) (IBackend, error)
|
|||
params["machine_name"] = "Filestash"
|
||||
}
|
||||
uid, gid, gids := extractUserInfo(params["uid"], params["gid"], params["gids"])
|
||||
Log.Debug("plg_backend_nfs::userInfo user=%s uid=%d gid=%d gids=%+v", params["uid"], uid, gid, gids)
|
||||
|
||||
mount, err := nfs.DialMount(params["hostname"])
|
||||
if err != nil {
|
||||
|
|
|
|||
Loading…
Reference in a new issue