summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/arping.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arping.c b/src/arping.c
index 8505835..5ae73b4 100644
--- a/src/arping.c
+++ b/src/arping.c
@@ -1047,7 +1047,7 @@ int main(int argc, char **argv)
}
}
- if (verbose) {
+ if (verbose > 1) {
#if HAVE_CLOCK_MONOTONIC
struct timespec ts;
clock_getres(CLOCK_MONOTONIC, &ts);
@@ -1213,7 +1213,7 @@ int main(int argc, char **argv)
fprintf(stderr, "arping: pcap_set_nonblock(): %s\n", ebuf);
exit(1);
}
- if (verbose) {
+ if (verbose > 1) {
printf("pcap_get_selectable(): %d\n",
pcap_get_selectable_fd(pcap));
}