git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecbbbc1
)
excess debug
author
Rémi Denis-Courmont
<rem@videolan.org>
Sat, 5 Jan 2008 18:05:31 +0000
(18:05 +0000)
committer
Rémi Denis-Courmont
<rem@videolan.org>
Sat, 5 Jan 2008 18:05:31 +0000
(18:05 +0000)
src/network/io.c
patch
|
blob
|
history
diff --git
a/src/network/io.c
b/src/network/io.c
index
8f120cb
..
d8e21d3
100644
(file)
--- a/
src/network/io.c
+++ b/
src/network/io.c
@@
-270,7
+270,6
@@
__net_Read (vlc_object_t *restrict p_this, int fd, const v_socket_t *vs,
{ .fd = -1, .events = POLLIN },
};
- msg_Dbg (p_this, "reading socket %d", fd);
vlc_object_lock (p_this);
ufd[1].fd = vlc_object_waitpipe (p_this);
@@
-380,7
+379,6
@@
__net_Read (vlc_object_t *restrict p_this, int fd, const v_socket_t *vs,
}
vlc_object_unlock (p_this);
- msg_Dbg (p_this, "read %u bytes from socket %d", (unsigned)i_total, fd);
return i_total;
error: