Commit 98a7a012 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

excess debug

parent ecbbbc15
...@@ -270,7 +270,6 @@ __net_Read (vlc_object_t *restrict p_this, int fd, const v_socket_t *vs, ...@@ -270,7 +270,6 @@ __net_Read (vlc_object_t *restrict p_this, int fd, const v_socket_t *vs,
{ .fd = -1, .events = POLLIN }, { .fd = -1, .events = POLLIN },
}; };
msg_Dbg (p_this, "reading socket %d", fd);
vlc_object_lock (p_this); vlc_object_lock (p_this);
ufd[1].fd = vlc_object_waitpipe (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, ...@@ -380,7 +379,6 @@ __net_Read (vlc_object_t *restrict p_this, int fd, const v_socket_t *vs,
} }
vlc_object_unlock (p_this); vlc_object_unlock (p_this);
msg_Dbg (p_this, "read %u bytes from socket %d", (unsigned)i_total, fd);
return i_total; return i_total;
error: error:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment