* could be immediately re-activated.
*/
if ((now - trunk->last_open) < trunk->conf->open_delay) {
- DEBUG4("Not opening connection - Need to wait %pVs, waited %pVs",
+ DEBUG4("Not opening connection - Need to wait %pVs, elapsed %pVs",
fr_box_time_delta(trunk->conf->open_delay),
fr_box_time_delta(now - trunk->last_open));
goto done;
close:
if ((now - trunk->last_closed) < trunk->conf->close_delay) {
- DEBUG4("Not closing connection - Need to wait %pVs, waited %pVs",
+ DEBUG4("Not closing connection - Need to wait %pVs, elapsed %pVs",
fr_box_time_delta(trunk->conf->close_delay),
fr_box_time_delta(now - trunk->last_closed));
goto done;