diff options
-rw-r--r-- | plugins/check_tcp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_tcp.c b/plugins/check_tcp.c index 0b87d68..b0459f2 100644 --- a/plugins/check_tcp.c +++ b/plugins/check_tcp.c | |||
@@ -356,7 +356,7 @@ main (int argc, char **argv) | |||
356 | printf("%.3f second response time on ", elapsed_time); | 356 | printf("%.3f second response time on ", elapsed_time); |
357 | if(server_address[0] != '/') { | 357 | if(server_address[0] != '/') { |
358 | if (host_specified) | 358 | if (host_specified) |
359 | printf("host %s and port %d", | 359 | printf("%s port %d", |
360 | server_address, server_port); | 360 | server_address, server_port); |
361 | else | 361 | else |
362 | printf("port %d", server_port); | 362 | printf("port %d", server_port); |