timesync: update log message

Fixes #9388.
This commit is contained in:
Yu Watanabe 2018-06-23 09:53:10 +09:00 committed by Zbigniew Jędrzejewski-Szmek
parent 75ca1621db
commit a9061d97a7

View file

@ -793,7 +793,7 @@ int manager_connect(Manager *m) {
m->event_retry = sd_event_source_unref(m->event_retry);
if (!ratelimit_below(&m->ratelimit)) {
log_debug("Slowing down attempts to contact servers.");
log_debug("Delaying attempts to contact servers.");
r = sd_event_add_time(m->event, &m->event_retry, clock_boottime_or_monotonic(), now(clock_boottime_or_monotonic()) + RETRY_USEC, 0, manager_retry_connect, m);
if (r < 0)