aboutsummaryrefslogtreecommitdiff
path: root/programs
diff options
context:
space:
mode:
Diffstat (limited to 'programs')
-rw-r--r--programs/http_client.c1
-rw-r--r--programs/http_client_upcall.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/programs/http_client.c b/programs/http_client.c
index 830600df..2caf7c9c 100644
--- a/programs/http_client.c
+++ b/programs/http_client.c
@@ -292,5 +292,6 @@ out:
sleep(1);
#endif
}
+ printf("Finished, returning with %d\n", result);
return (result);
}
diff --git a/programs/http_client_upcall.c b/programs/http_client_upcall.c
index a475de9a..6cd822b8 100644
--- a/programs/http_client_upcall.c
+++ b/programs/http_client_upcall.c
@@ -332,6 +332,6 @@ out:
#endif
}
- printf("returning: %d\n", result);
+ printf("Finished, returning with %d\n", result);
return (result);
}