Navigation Menu

Skip to content

Commit

Permalink
Tweak error message
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed May 27, 2014
1 parent 738d901 commit 717b634
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/main/process.c
Expand Up @@ -1019,14 +1019,7 @@ STATE_MACHINE_DECL(request_common)
}
#endif

/*
* We probbly should check if the request is
* DONE. If so, delete it, and allow the new
* request to continue. But we can't give
* feedback to request_receive(), so we let it
* take care of that.
*/
ERROR("(%u) Discarding duplicate request from "
ERROR("(%u) Ignoring duplicate packet from "
"client %s port %d - ID: %u due to unfinished request "
"in component %s module %s",
request->number, request->client->shortname,
Expand Down

0 comments on commit 717b634

Please sign in to comment.