Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
cwc: little log fix (auto-reconnect)...
  • Loading branch information
perexg committed Jul 30, 2014
1 parent b611d69 commit a621a5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/descrambler/cwc.c
Expand Up @@ -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);
}
Expand Down

0 comments on commit a621a5a

Please sign in to comment.