cwc: little log fix (auto-reconnect)...
This commit is contained in:
parent
b611d69fdc
commit
a621a5aa92
1 changed files with 2 additions and 2 deletions
|
@ -1205,8 +1205,8 @@ cwc_thread(void *aux)
|
|||
ts.tv_nsec = 0;
|
||||
|
||||
tvhlog(LOG_INFO, "cwc",
|
||||
"%s:%i: Automatic connection attempt in in %d seconds",
|
||||
cwc->cwc_hostname, cwc->cwc_port, d);
|
||||
"%s:%i: Automatic connection attempt in %d seconds",
|
||||
cwc->cwc_hostname, cwc->cwc_port, d-1);
|
||||
|
||||
pthread_cond_timedwait(&cwc_config_changed, &cwc_mutex, &ts);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue