projects
/
oweals
/
tinc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec4c8bc
)
Remove debugging message when reading packets from a BSD device.
author
Guus Sliepen
<guus@tinc-vpn.org>
Mon, 12 Oct 2009 21:51:57 +0000
(23:51 +0200)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Mon, 12 Oct 2009 21:51:57 +0000
(23:51 +0200)
This was inadvertently introduced by commit
4a5d42178cc0954efba8b24058da9c70cc77c35a
.
src/bsd/device.c
patch
|
blob
|
history
diff --git
a/src/bsd/device.c
b/src/bsd/device.c
index 06889e3c30e372d3cf7fdfb1ecbbc7a5e1847ed3..c2cd34cb4af14f4e6fdc019c54b0d6c883984607 100644
(file)
--- a/
src/bsd/device.c
+++ b/
src/bsd/device.c
@@
-279,7
+279,6
@@
bool read_packet(vpn_packet_t *packet) {
ifdebug(TRAFFIC) logger(LOG_DEBUG, "Read packet of %d bytes from %s",
packet->len, device_info);
- logger(LOG_INFO, "E:fd_read");
return true;
}