mirror of
https://dev.iopsys.eu/bbf/icwmp.git
synced 2025-12-10 07:44:41 +01:00
Removed unnecessary log
This commit is contained in:
parent
74d10bef97
commit
286f85c39c
1 changed files with 0 additions and 1 deletions
|
|
@ -339,7 +339,6 @@ static void http_cr_new_client(int client, bool service_available)
|
||||||
* So that flooding of data not blocks the server.
|
* So that flooding of data not blocks the server.
|
||||||
*/
|
*/
|
||||||
while (!read_done && fd_feed < HTTP_FD_FEEDS_COUNT) {
|
while (!read_done && fd_feed < HTTP_FD_FEEDS_COUNT) {
|
||||||
CWMP_LOG(INFO, "#####wait in select");
|
|
||||||
status = select(client+1, &rfds, NULL, NULL, &tv);
|
status = select(client+1, &rfds, NULL, NULL, &tv);
|
||||||
if (status <= 0) {
|
if (status <= 0) {
|
||||||
CWMP_LOG(INFO, "TIMEOUT occurred or select failed");
|
CWMP_LOG(INFO, "TIMEOUT occurred or select failed");
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue