no output of sharedSecret
This commit is contained in:
@ -51,7 +51,6 @@ void sinkSenderInit(config_t *pCfg) {
|
|||||||
if (! config_lookup_string(pCfg, SHARED_SECRET_KEY, &sharedSecret)) {
|
if (! config_lookup_string(pCfg, SHARED_SECRET_KEY, &sharedSecret)) {
|
||||||
sharedSecret = DEFAULT_SHARED_SECRET;
|
sharedSecret = DEFAULT_SHARED_SECRET;
|
||||||
}
|
}
|
||||||
logmsg(LOG_INFO, "CONFIG: sharedSecret=%s\n", sharedSecret);
|
|
||||||
|
|
||||||
|
|
||||||
secondOfMinute = 0;
|
secondOfMinute = 0;
|
||||||
|
Reference in New Issue
Block a user