summaryrefslogtreecommitdiffstats
path: root/plugins/check_time.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_time.c')
-rw-r--r--plugins/check_time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_time.c b/plugins/check_time.c
index b6d9e38..f9a292c 100644
--- a/plugins/check_time.c
+++ b/plugins/check_time.c
@@ -115,7 +115,7 @@ main (int argc, char **argv)
115 result = STATE_WARNING; 115 result = STATE_WARNING;
116 else 116 else
117 result = STATE_UNKNOWN; 117 result = STATE_UNKNOWN;
118 die (result, 118 die (result,
119 _("TIME UNKNOWN - could not send UDP request to server %s, port %d\n"), 119 _("TIME UNKNOWN - could not send UDP request to server %s, port %d\n"),
120 server_address, server_port); 120 server_address, server_port);
121 } 121 }