changed info to debug
This commit is contained in:
Vendored
+1
-1
@@ -16,7 +16,7 @@ func (c *Cache) Fetch(relPath string) (*CacheFile, error) {
|
|||||||
|
|
||||||
// fetch file from upstream
|
// fetch file from upstream
|
||||||
_, err, _ = c.sf.Do(relPath, func() (any, error) {
|
_, err, _ = c.sf.Do(relPath, func() (any, error) {
|
||||||
slog.Info("calling fetch")
|
slog.Debug("calling fetch", "file", relPath)
|
||||||
return nil, c.fetch(relPath)
|
return nil, c.fetch(relPath)
|
||||||
})
|
})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user