Improved and fixed local SDK tarball installation.
[src/xds/xds-server.git] / lib / xdsserver / folders.go
index b0c198a..93d2898 100644 (file)
@@ -177,7 +177,7 @@ func (f *Folders) ResolveID(id string) (string, error) {
        } else if len(match) == 0 {
                return id, fmt.Errorf("Unknown id")
        }
-       return id, fmt.Errorf("Multiple IDs found with provided prefix: " + id)
+       return id, fmt.Errorf("Multiple IDs found %v", match)
 }
 
 // Get returns the folder config or nil if not existing