Skip to content

Commit

Permalink
lib-dns: dns-lookup - Perform connection-related logging using the co…
Browse files Browse the repository at this point in the history
…nnection event.
  • Loading branch information
stephanbosch committed Mar 1, 2019
1 parent 25e066d commit fc8c54c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib-dns/dns-lookup.c
Expand Up @@ -108,7 +108,7 @@ static void dns_client_disconnect(struct dns_client *client, const char *error)
dns_lookup_free(&lookup);
lookup = next;
}
e_debug(client->event, "Disconnect: %s", error);
e_debug(client->conn.event, "Disconnect: %s", error);
}

static void dns_client_destroy(struct connection *conn)
Expand Down

0 comments on commit fc8c54c

Please sign in to comment.