lfsapi: add tracer message when pulling from credential cache

This commit is contained in:
rick olson 2017-10-26 18:36:08 -06:00
parent f060f0dc16
commit 9b43b3aafd

@ -251,6 +251,8 @@ func (c credentialCacher) Fill(what Creds) (Creds, error) {
c.mu.Unlock()
if ok {
tracerx.Printf("creds: git credential cache (%q, %q, %q)",
what["protocol"], what["host"], what["path"])
return cached, nil
}