Skip to content

Commit 50eb712

Browse files
fix trunk
1 parent e2f31a0 commit 50eb712

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dgraph/cmd/dgraphimport/import_client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ func startSnapshotStream(ctx context.Context, dc apiv25.DgraphClient) (*apiv25.I
5454
resp, err := dc.InitiateSnapshotStream(ctx, req)
5555
if err != nil {
5656
glog.Errorf("failed to initiate snapshot stream: %v", err)
57-
return nil, fmt.Errorf("Failed to initiate snapshot stream: %v", err)
57+
return nil, fmt.Errorf("failed to initiate snapshot stream: %v", err)
5858
}
5959
glog.Info("Snapshot stream initiated successfully")
6060
return resp, nil

0 commit comments

Comments
 (0)