From 73af41b30fc03eec7a8291ff99e073cf3bd3b0ac Mon Sep 17 00:00:00 2001 From: Neil McKee Date: Wed, 15 Mar 2023 09:54:27 -0700 Subject: [PATCH] remove gratuitous startup logging --- hsflowd.spec | 4 ++-- src/Linux/hsflowd.c | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/hsflowd.spec b/hsflowd.spec index 7a38307..123ba32 100644 --- a/hsflowd.spec +++ b/hsflowd.spec @@ -1,7 +1,7 @@ Summary: host sFlow daemon Name: hsflowd -Version: 2.0.47 -Release: 3 +Version: 2.0.48 +Release: 1 License: http://sflow.net/license.html Group: Applications/Internet URL: http://sflow.net diff --git a/src/Linux/hsflowd.c b/src/Linux/hsflowd.c index dbe7922..2f595ba 100644 --- a/src/Linux/hsflowd.c +++ b/src/Linux/hsflowd.c @@ -1872,8 +1872,6 @@ extern "C" { hooks.free_fn = my_free; cJSON_InitHooks(&hooks); - myLog(LOG_INFO, "started"); - // semaphore to protect structure of sFlow agent (sampler and poller lists // and XDR datagram encoding) sp->sync_agent = (pthread_mutex_t *)my_calloc(sizeof(pthread_mutex_t));