Commit 4bcbc04d authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent b9827725
...@@ -96,7 +96,7 @@ func OpenBackend(ctx context.Context, backendURL string) (Backend, error) { ...@@ -96,7 +96,7 @@ func OpenBackend(ctx context.Context, backendURL string) (Backend, error) {
opener, ok := backRegistry[u.Scheme] opener, ok := backRegistry[u.Scheme]
if !ok { if !ok {
return nil, fmt.Errorf("neo: backend: URL scheme \"%s://\" not supported", u.Scheme) return nil, fmt.Errorf("neo: backend: open %q: URL scheme \"%s://\" not supported", backendURL, u.Scheme)
} }
return opener(ctx, u) return opener(ctx, u)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment