Welcome! Log In Create A New Profile

Advanced

[nginx] svn commit: r4933 - trunk/src/core

Anonymous User
November 21, 2012 09:24AM
Author: ru
Date: 2012-11-21 14:23:26 +0000 (Wed, 21 Nov 2012)
New Revision: 4933
URL: http://trac.nginx.org/nginx/changeset/4933/nginx

Log:
Fixed location of debug message in ngx_shmtx_lock().


Modified:
trunk/src/core/ngx_shmtx.c

Modified: trunk/src/core/ngx_shmtx.c
===================================================================
--- trunk/src/core/ngx_shmtx.c 2012-11-21 01:40:11 UTC (rev 4932)
+++ trunk/src/core/ngx_shmtx.c 2012-11-21 14:23:26 UTC (rev 4933)
@@ -117,11 +117,11 @@
"sem_wait() failed while waiting on shmtx");
break;
}
-
- ngx_log_debug0(NGX_LOG_DEBUG_CORE, ngx_cycle->log, 0,
- "shmtx awoke");
}

+ ngx_log_debug0(NGX_LOG_DEBUG_CORE, ngx_cycle->log, 0,
+ "shmtx awoke");
+
continue;
}


_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel
Subject Author Views Posted

[nginx] svn commit: r4933 - trunk/src/core

Anonymous User 1025 November 21, 2012 09:24AM



Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 150
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready