summaryrefslogtreecommitdiffstats
path: root/plugins/check_dns.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_dns.c')
-rw-r--r--plugins/check_dns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_dns.c b/plugins/check_dns.c
index fa7fbc1..9ab001f 100644
--- a/plugins/check_dns.c
+++ b/plugins/check_dns.c
@@ -107,7 +107,7 @@ main (int argc, char **argv)
107 if ((temp_buffer = strstr (input_buffer, "name = "))) 107 if ((temp_buffer = strstr (input_buffer, "name = ")))
108 address = strdup (temp_buffer + 7); 108 address = strdup (temp_buffer + 7);
109 else { 109 else {
110 output = strdup (_("Unknown error (plugin)")); 110 output = strdup (_("Warning plugin error"));
111 result = STATE_WARNING; 111 result = STATE_WARNING;
112 } 112 }
113 } 113 }