]> git.kaiwu.me - nginx.git/commitdiff
fix building without --with-debug on Solaris
authorIgor Sysoev <igor@sysoev.ru>
Wed, 21 Mar 2007 11:16:14 +0000 (11:16 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Wed, 21 Mar 2007 11:16:14 +0000 (11:16 +0000)
src/event/modules/ngx_devpoll_module.c

index e8135b9513407fddaacdae2c57f0b996d32961bb..d7ea99b0c4a20c92ff0ef0031d216a36945b2cf6 100644 (file)
@@ -416,7 +416,7 @@ ngx_devpoll_process_events(ngx_cycle_t *cycle, ngx_msec_t timer,
                        event_list[i].fd, event_list[i].events, revents);
 
         if (revents & (POLLERR|POLLHUP|POLLNVAL)) {
-            ngx_log_debug2(NGX_LOG_DEBUG_EVENT, cycle->log, 0,
+            ngx_log_debug3(NGX_LOG_DEBUG_EVENT, cycle->log, 0,
                           "ioctl(DP_POLL) error fd:%d ev:%04Xd rev:%04Xd",
                           event_list[i].fd, event_list[i].events, revents);
         }