attempt 3

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-10-26 20:56:35 -05:00
parent 9a0ebc0348
commit cedee6e88a
1 changed files with 2 additions and 2 deletions

View File

@ -73,10 +73,10 @@ func okHandler(w http.ResponseWriter, r *http.Request) {
var c *pb.Cluster
c = new(pb.Cluster)
fmt.Fprintln(w, "START len(msg) =", len(msg))
fmt.Fprintln(w, "cluster len(msg) =", len(msg))
err = c.UnmarshalJSON(msg)
if err != nil {
fmt.Fprintln(w, "START FAILED")
fmt.Fprintln(w, "cluster dirs failed")
fmt.Fprintln(w, "error =", err)
}
for _, dir := range c.Dirs {