diff options
Diffstat (limited to 'plugins/check_dig.c')
-rw-r--r-- | plugins/check_dig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_dig.c b/plugins/check_dig.c index 59c3b7c..8eb2b9b 100644 --- a/plugins/check_dig.c +++ b/plugins/check_dig.c | |||
@@ -128,7 +128,7 @@ main (int argc, char **argv) | |||
128 | asprintf (&output, " Probably a non-existent host/domain"); | 128 | asprintf (&output, " Probably a non-existent host/domain"); |
129 | 129 | ||
130 | if (result == STATE_OK) | 130 | if (result == STATE_OK) |
131 | printf ("DNS ok - %d seconds response time (%s)\n", | 131 | printf ("DNS OK - %d seconds response time (%s)\n", |
132 | (int) (end_time - start_time), output); | 132 | (int) (end_time - start_time), output); |
133 | else if (result == STATE_WARNING) | 133 | else if (result == STATE_WARNING) |
134 | printf ("DNS WARNING - %s\n", output); | 134 | printf ("DNS WARNING - %s\n", output); |