From 80e414a618257d1e65753c8e3e8703dc0b865a2c Mon Sep 17 00:00:00 2001 From: coco <49311792+k0rventen@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:17:19 +0200 Subject: [PATCH] Update outputs/webex.go Co-authored-by: Thomas Labarussias Signed-off-by: coco <49311792+k0rventen@users.noreply.github.com> --- outputs/webex.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/outputs/webex.go b/outputs/webex.go index 4c17fda0e..3660ab9a0 100644 --- a/outputs/webex.go +++ b/outputs/webex.go @@ -60,7 +60,7 @@ func (c *Client) WebexPost(falcopayload types.FalcoPayload) { go c.CountMetric(Outputs, 1, []string{"output:webex", "status:error"}) c.Stats.Webhook.Add(Error, 1) c.PromStats.Outputs.With(map[string]string{"destination": "webex", "status": Error}).Inc() - log.Printf("[ERROR] : webex - %v\n", err.Error()) + log.Printf("[ERROR] : Webex - %v\n", err.Error()) return }