Skip to content

Commit a635412

Browse files
committed
Add new line to log in client.
1 parent 7a24139 commit a635412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/client/transaction.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ func (cgt *Transaction) Commit() (*knowledge.Graph, error) {
9797

9898
chunkSize := cgt.chunkSize
9999

100-
fmt.Printf("Assets to be inserted=%d removed=%d, Relations to be inserted=%d removed=%d",
100+
fmt.Printf("Assets to be inserted=%d removed=%d, Relations to be inserted=%d removed=%d\n",
101101
len(bulk.GetAssetUpserts()), len(bulk.GetAssetRemovals()),
102102
len(bulk.GetRelationUpserts()), len(bulk.GetRelationRemovals()))
103103

0 commit comments

Comments
 (0)