]> The Tcpdump Group git mirrors - libpcap/commitdiff
Fix a message to speak of Bluetooth rather than USB.
authorguy <guy>
Sat, 18 Aug 2007 20:54:52 +0000 (20:54 +0000)
committerguy <guy>
Sat, 18 Aug 2007 20:54:52 +0000 (20:54 +0000)
pcap-bt-linux.c

index 810774f4780f945ec55b10459fc51167940e2c6e..f54fc48fcdc51cfb184448dbf08fd82538e02cc7 100644 (file)
@@ -34,7 +34,7 @@
  */
 #ifndef lint
 static const char rcsid[] _U_ =
-    "@(#) $Header: /tcpdump/master/libpcap/pcap-bt-linux.c,v 1.7 2007-04-01 21:43:55 guy Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/libpcap/pcap-bt-linux.c,v 1.8 2007-08-18 20:54:52 guy Exp $ (LBL)";
 #endif
  
 #ifdef HAVE_CONFIG_H
@@ -146,7 +146,7 @@ bt_open_live(const char* bus, int snaplen, int promisc , int to_ms, char* errmsg
        if (sscanf(bus, BT_IFACE"%d", &dev_id) != 1)
        {
                snprintf(errmsg, PCAP_ERRBUF_SIZE,
-                       "Can't get usb bus index from %s", bus);
+                       "Can't get Bluetooth bus index from %s", bus);
                return NULL;
        }