mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-26 15:39:18 -06:00
@@ -2,6 +2,7 @@ package store
|
||||
|
||||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
"path"
|
||||
"strings"
|
||||
"time"
|
||||
@@ -78,7 +79,9 @@ func (c *CachedMDC) ReadDir(ctx context.Context, id string) ([]string, error) {
|
||||
return i.([]string), nil
|
||||
}
|
||||
|
||||
fmt.Println("readdir calling metadataservice", id)
|
||||
s, err := c.next.ReadDir(ctx, id)
|
||||
fmt.Println("readdir calling metadataservice result", s, err)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user