Skip to content

Commit

Permalink
printing-statement changed
Browse files Browse the repository at this point in the history
  • Loading branch information
an1l4 committed Nov 8, 2023
1 parent 4a0a60a commit 5b69882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/pkg/clickhouse/db_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ func (c *DBClient) InsertTrivySbomMetrics(metrics model.Sbom) {
}
stmt.Close()
}else {
log.Println("No Data Available")
log.Println("sbom payload not available for db insertion, skipping db insertion")

}

Expand Down

0 comments on commit 5b69882

Please sign in to comment.