summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/network/test1.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/network/test1.c b/tests/network/test1.c
index 6986683..7b1119c 100644
--- a/tests/network/test1.c
+++ b/tests/network/test1.c
@@ -141,6 +141,7 @@ int main( int argc, char *argv[] ) {
if( res < 0 ) {
if( errno == EINPROGRESS ) {
/* this is ok, being connected, we loop later in a select */
+ fprintf( stderr, "connecting in progress..\n" );
} else {
(void)close( fd );
fprintf( stderr, "connect failed: %s (%d)\n", strerror( errno ), errno );