adjust logging

This commit is contained in:
Chris Lu
2020-02-25 17:24:08 -08:00
parent 0841bedb15
commit bd3254b53f
2 changed files with 2 additions and 2 deletions

View File

@@ -77,7 +77,7 @@ func CreateEntry(ctx context.Context, client SeaweedFilerClient, request *Create
return fmt.Errorf("CreateEntry: %v", err)
}
if resp.Error != "" {
return fmt.Errorf("CreateEntry: %v", resp.Error)
return fmt.Errorf("CreateEntry : %v", resp.Error)
}
return err
}