aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/threadsignaltest.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/threadsignaltest.c b/tests/threadsignaltest.c
index 8ad51125..2a493223 100644
--- a/tests/threadsignaltest.c
+++ b/tests/threadsignaltest.c
@@ -152,7 +152,8 @@ capture_thread_func(THREAD_FUNC_ARG_TYPE arg)
if (status != 0) {
printf("%d packets seen, %d packets counted after pcap_dispatch returns\n",
status, packet_count);
- }
+ } else
+ printf("No packets seen by pcap_dispatch\n");
}
if (status == -2) {
/*