Skip to content

Commit

Permalink
remove gratuitous startup logging
Browse files Browse the repository at this point in the history
  • Loading branch information
sflow committed Mar 15, 2023
1 parent b716397 commit 73af41b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions hsflowd.spec
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 0 additions & 2 deletions src/Linux/hsflowd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit 73af41b

Please sign in to comment.