Skip to content

Commit 1c9a25e

Browse files
committed
Fix some misleading logs.
1 parent baab6c3 commit 1c9a25e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/knowledge/graph_updater.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ func (sl *GraphUpdater) doUpdate(updates SourceSubGraphUpdates) error {
8686
sl.appendObservedRelations(updates.Source, &updates.Updates)
8787

8888
fmt.Printf("Start updating the graph with:\n"+
89-
"\t%d assets to insert\n"+
89+
"\t%d assets to upsert\n"+
9090
"\t%d assets to remove\n"+
91-
"\t%d relations to add\n"+
91+
"\t%d relations to upsert\n"+
9292
"\t%d relations to remove\n",
9393
len(updates.Updates.GetAssetUpserts()), len(updates.Updates.GetAssetRemovals()),
9494
len(updates.Updates.GetRelationUpserts()), len(updates.Updates.GetAssetRemovals()))

0 commit comments

Comments
 (0)