Skip to content

Commit 73af41b

Browse files
committed
remove gratuitous startup logging
1 parent b716397 commit 73af41b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

hsflowd.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Summary: host sFlow daemon
22
Name: hsflowd
3-
Version: 2.0.47
4-
Release: 3
3+
Version: 2.0.48
4+
Release: 1
55
License: http://sflow.net/license.html
66
Group: Applications/Internet
77
URL: http://sflow.net

src/Linux/hsflowd.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1872,8 +1872,6 @@ extern "C" {
18721872
hooks.free_fn = my_free;
18731873
cJSON_InitHooks(&hooks);
18741874

1875-
myLog(LOG_INFO, "started");
1876-
18771875
// semaphore to protect structure of sFlow agent (sampler and poller lists
18781876
// and XDR datagram encoding)
18791877
sp->sync_agent = (pthread_mutex_t *)my_calloc(sizeof(pthread_mutex_t));

0 commit comments

Comments
 (0)