aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_service.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/test_service.c')
-rw-r--r--src/util/test_service.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/test_service.c b/src/util/test_service.c
index 72bd1f371..dc8bc59c1 100644
--- a/src/util/test_service.c
+++ b/src/util/test_service.c
@@ -222,7 +222,7 @@ main (int argc,
222 "socket"); 222 "socket");
223 return 1; 223 return 1;
224 } 224 }
225 FPRINTF (stderr, 225 fprintf (stderr,
226 "IPv6 support seems to not be available (%s), not testing it!\n", 226 "IPv6 support seems to not be available (%s), not testing it!\n",
227 strerror (errno)); 227 strerror (errno));
228 } 228 }