(void) server_address_pretty(m->current_server_address, &pretty);
- /* "Initial", as further successful syncs will not be logged. */
- log_info("Initial synchronization to time server %s (%s).", strna(pretty), m->current_server_name->string);
- (void) sd_notifyf(false, "STATUS=Initial synchronization to time server %s (%s).", strna(pretty), m->current_server_name->string);
+ log_info("Contacted time server %s (%s).", strna(pretty), m->current_server_name->string);
+ (void) sd_notifyf(false, "STATUS=Contacted time server %s (%s).", strna(pretty), m->current_server_name->string);
}
if (!spike && !m->synchronized) {