summaryrefslogtreecommitdiff
path: root/nhrp/sysdep_pfpacket.c
diff options
context:
space:
mode:
Diffstat (limited to 'nhrp/sysdep_pfpacket.c')
-rw-r--r--nhrp/sysdep_pfpacket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nhrp/sysdep_pfpacket.c b/nhrp/sysdep_pfpacket.c
index 9659dfd..efad73b 100644
--- a/nhrp/sysdep_pfpacket.c
+++ b/nhrp/sysdep_pfpacket.c
@@ -236,7 +236,7 @@ static void install_filter_cb(struct ev_timer *w, int revents)
&prog, sizeof(prog)))
nhrp_perror("Failed to install filter code");
else
- nhrp_info("Filter code installed (%d opcodes)", f.numops);
+ nhrp_debug("Filter code installed (%d opcodes)", f.numops);
free(f.code);
}