Skip to content

Commit 5b69882

Browse files
committed
printing-statement changed
1 parent 4a0a60a commit 5b69882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/pkg/clickhouse/db_client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ func (c *DBClient) InsertTrivySbomMetrics(metrics model.Sbom) {
627627
}
628628
stmt.Close()
629629
}else {
630-
log.Println("No Data Available")
630+
log.Println("sbom payload not available for db insertion, skipping db insertion")
631631

632632
}
633633

0 commit comments

Comments
 (0)