From c12d9cd3b2941a8e7d43d7d8203e763bd33d15f2 Mon Sep 17 00:00:00 2001 From: Elizabeth Myers Date: Mon, 27 Jun 2016 18:28:02 -0500 Subject: [PATCH] blacklist: tweak message for timeout --- authd/providers/blacklist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authd/providers/blacklist.c b/authd/providers/blacklist.c index 77178270..4b4475ad 100644 --- a/authd/providers/blacklist.c +++ b/authd/providers/blacklist.c @@ -433,7 +433,7 @@ blacklists_cancel(struct auth_client *auth) static void blacklists_timeout(struct auth_client *auth) { - blacklists_generic_cancel(auth, "*** DNS blacklist checks timed out"); + blacklists_generic_cancel(auth, "*** No response from DNS blacklists"); } static void