diff options
Diffstat (limited to 'plugins/check_time.c')
-rw-r--r-- | plugins/check_time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_time.c b/plugins/check_time.c index b6d9e38a..f9a292c0 100644 --- a/plugins/check_time.c +++ b/plugins/check_time.c @@ -115,7 +115,7 @@ main (int argc, char **argv) result = STATE_WARNING; else result = STATE_UNKNOWN; - die (result, + die (result, _("TIME UNKNOWN - could not send UDP request to server %s, port %d\n"), server_address, server_port); } |