mirror of
https://github.com/nginx/nginx.git
synced 2026-08-04 14:58:20 +00:00
delete useless debug log
This commit is contained in:
parent
7c6ba72e24
commit
b70b1f7c64
1 changed files with 0 additions and 10 deletions
|
|
@ -302,16 +302,6 @@ ngx_select_process_events(ngx_cycle_t *cycle, ngx_msec_t timer,
|
|||
work_read_fd_set = master_read_fd_set;
|
||||
work_write_fd_set = master_write_fd_set;
|
||||
|
||||
#if 1
|
||||
ngx_log_debug1(NGX_LOG_DEBUG_EVENT, cycle->log, 0,
|
||||
/*
|
||||
* (void *) disables "dereferencing type-punned
|
||||
* pointer will break strict-aliasing rules
|
||||
*/
|
||||
"select read fd_set: %08Xd",
|
||||
*(int *) (void *) &work_read_fd_set);
|
||||
#endif
|
||||
|
||||
#if (NGX_WIN32)
|
||||
|
||||
if (max_read || max_write) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue