diff options
| author | 2016-06-17 22:01:45 -0400 | |
|---|---|---|
| committer | 2016-06-17 22:01:45 -0400 | |
| commit | 7f81081c6a199bcded99f74ac9843d0b8950149a (patch) | |
| tree | 0c4a686bf2cb3752dca0361c3c111c79ac0e8b35 /src/osd/modules/netdev/pcap.cpp | |
| parent | df8f1740f3e56bc4a5867ddecb432efc6a9a9750 (diff) | |
Change two dynamic bind messages to verbose.
Diffstat (limited to 'src/osd/modules/netdev/pcap.cpp')
| -rw-r--r-- | src/osd/modules/netdev/pcap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/modules/netdev/pcap.cpp b/src/osd/modules/netdev/pcap.cpp index 1cd7ae3bfa8..91ff840473b 100644 --- a/src/osd/modules/netdev/pcap.cpp +++ b/src/osd/modules/netdev/pcap.cpp @@ -67,7 +67,7 @@ public: !pcap_compile_dl || !pcap_close_dl || !pcap_setfilter_dl || !pcap_sendpacket_dl || !pcap_set_datalink_dl || !pcap_dispatch_dl) { - osd_printf_error("Unable to load the PCAP library\n"); + osd_printf_verbose("Unable to load the PCAP library\n"); return false; } |
