Skip to content

Commit

Permalink
Merge pull request #452 from Security-Onion-Solutions/2.4/fixmessage
Browse files Browse the repository at this point in the history
Remove misleading console message
  • Loading branch information
defensivedepth authored Sep 14, 2023
2 parents fa43dd9 + 3384172 commit 46e818c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion so-elastic-agent-builder/source/so-elastic-agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ func main() {

if (err != nil) || (resp.StatusCode != http.StatusNotFound) {
// Cannot access Fleet Host URL
fmt.Println("Not Accessible")
// fmt.Println("Not Accessible")
log.WithFields(log.Fields{
"Fleet Host Connectivity Check": "Failed",
"Fleet Host URL": fleetHostURLs[i],
Expand Down

0 comments on commit 46e818c

Please sign in to comment.