diff options
Diffstat (limited to 'plugins/check_dns.c')
-rw-r--r-- | plugins/check_dns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_dns.c b/plugins/check_dns.c index 070223e..aaa3f12 100644 --- a/plugins/check_dns.c +++ b/plugins/check_dns.c | |||
@@ -196,7 +196,7 @@ main (int argc, char **argv) | |||
196 | multi_address = TRUE; | 196 | multi_address = TRUE; |
197 | 197 | ||
198 | printf ("DNS %s: ", _("OK")); | 198 | printf ("DNS %s: ", _("OK")); |
199 | printf (ngettext("%.3f second response time, ", "%.3f seconds response time, ", elapsed_time), elapsed_time); | 199 | printf (_("%.3f seconds response time"), elapsed_time); |
200 | printf (_("%s returns %s"), query_address, address); | 200 | printf (_("%s returns %s"), query_address, address); |
201 | printf ("|%s\n", fperfdata ("time", elapsed_time, "s", FALSE, 0, FALSE, 0, TRUE, 0, FALSE, 0)); | 201 | printf ("|%s\n", fperfdata ("time", elapsed_time, "s", FALSE, 0, FALSE, 0, TRUE, 0, FALSE, 0)); |
202 | } | 202 | } |