diff options
| author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-03-07 17:36:57 +0000 |
|---|---|---|
| committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-03-07 17:36:57 +0000 |
| commit | dbfc0329131107c3e1b11612d96ca66bdf861e3b (patch) | |
| tree | fdd30976c80dc40b5be679aa8301d898aeaef09d /plugins | |
| parent | 4db62823e7a8e41e829c08a461f5e6b2193a6d62 (diff) | |
some cleanup
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/imuxsock/imuxsock.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/imuxsock/imuxsock.c b/plugins/imuxsock/imuxsock.c index 1d26de4b..e8a318bb 100644 --- a/plugins/imuxsock/imuxsock.c +++ b/plugins/imuxsock/imuxsock.c @@ -86,7 +86,6 @@ static int bIgnoreTimestamp = 1; /* ignore timestamps present in the incoming me static rsRetVal setSystemLogTimestampIgnore(void __attribute__((unused)) *pVal, int iNewVal) { DEFiRet; -RUNLOG_VAR("%d", iNewVal); funixFlags[0] = iNewVal ? ADDDATE : NOFLAG; RETiRet; } |
