File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3375,7 +3375,7 @@ nc_ch_client_thread(void *arg)
33753375 if (nc_server_ch_client_thread_session_cond_wait (session , data )) {
33763376 goto cleanup ;
33773377 }
3378- VRB ("Call Home client \"%s\" session terminated, reconnecting.. ." , data -> client_name );
3378+ VRB ("Call Home client \"%s\" session terminated." , data -> client_name );
33793379
33803380 /* LOCK */
33813381 client = nc_server_ch_client_with_endpt_lock (data -> client_name );
@@ -3395,6 +3395,7 @@ nc_ch_client_thread(void *arg)
33953395
33963396 /* sleep until we should reconnect TODO wake up sometimes to check for new notifications */
33973397 reconnect_in = (time (NULL ) - client -> conn .period .anchor_time ) % (client -> conn .period .period * 60 );
3398+ VRB ("Call Home client \"%s\" reconnecting in %d seconds." , data -> client_name , reconnect_in );
33983399 sleep (reconnect_in );
33993400
34003401 /* LOCK */
You can’t perform that action at this time.
0 commit comments