We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2f31a0 commit 50eb712Copy full SHA for 50eb712
1 file changed
dgraph/cmd/dgraphimport/import_client.go
@@ -54,7 +54,7 @@ func startSnapshotStream(ctx context.Context, dc apiv25.DgraphClient) (*apiv25.I
54
resp, err := dc.InitiateSnapshotStream(ctx, req)
55
if err != nil {
56
glog.Errorf("failed to initiate snapshot stream: %v", err)
57
- return nil, fmt.Errorf("Failed to initiate snapshot stream: %v", err)
+ return nil, fmt.Errorf("failed to initiate snapshot stream: %v", err)
58
}
59
glog.Info("Snapshot stream initiated successfully")
60
return resp, nil
0 commit comments