Skip to content

Commit

Permalink
remove external process log (#1865)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajssmith authored and nluaces committed Jan 8, 2025
1 parent adf726d commit fa94120
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/flow/flow_mem_driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -2804,7 +2804,6 @@ func (fc *FlowCollector) needForSiteProcess(flow *FlowRecord, siteId string, sta
diff := uint64(time.Now().UnixNano())/uint64(time.Microsecond) - diffTime
found := false
if diff > wait && flow.Process == nil {
log.Printf("COLLECTOR: Associating flow %s to external process %s\n", flow.Identity, processName)
for _, process := range fc.Processes {
if process.Name != nil && *process.Name == processName {
flow.Process = &process.Identity
Expand Down

0 comments on commit fa94120

Please sign in to comment.