From 2a47b17541d2934a8d5afe27257da2cbbb20be1b Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Thu, 30 May 2024 16:26:44 -0400 Subject: [PATCH] dnsexit2: Include the unexpected status in the error message --- ddclient.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ddclient.in b/ddclient.in index 1de2df5..2cbd994 100755 --- a/ddclient.in +++ b/ddclient.in @@ -4258,7 +4258,7 @@ sub nic_dnsexit2_update { failed("%s", $message); failed("Server response: %s", $response->{'message'}); } else { - failed("This should not be possible"); + failed("Unexpected status: %s", $status); } next; }