Commit 4f4d8800 authored by Wandenberg's avatar Wandenberg

add log message to version control

parent f3a02962
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
#ifndef NGX_HTTP_PUSH_STREAM_MODULE_VERSION_H_ #ifndef NGX_HTTP_PUSH_STREAM_MODULE_VERSION_H_
#define NGX_HTTP_PUSH_STREAM_MODULE_VERSION_H_ #define NGX_HTTP_PUSH_STREAM_MODULE_VERSION_H_
static const ngx_str_t NGX_HTTP_PUSH_STREAM_TAG = ngx_string("0.5.0"); static const ngx_str_t NGX_HTTP_PUSH_STREAM_TAG = ngx_string("0.5.2");
static const ngx_str_t NGX_HTTP_PUSH_STREAM_COMMIT = ngx_string("5566c365977fbe4211b5c3757427b82604891a10"); static const ngx_str_t NGX_HTTP_PUSH_STREAM_COMMIT = ngx_string("f3a02962363e55f4653952875f02da1e6ba293bb");
#endif /* NGX_HTTP_PUSH_STREAM_MODULE_VERSION_H_ */ #endif /* NGX_HTTP_PUSH_STREAM_MODULE_VERSION_H_ */
...@@ -292,6 +292,8 @@ ngx_http_push_stream_init_module(ngx_cycle_t *cycle) ...@@ -292,6 +292,8 @@ ngx_http_push_stream_init_module(ngx_cycle_t *cycle)
return NGX_OK; return NGX_OK;
} }
ngx_log_error(NGX_LOG_NOTICE, cycle->log, 0, "ngx_http_push_stream_module debugging #245 v1.");
// initialize our little IPC // initialize our little IPC
ngx_int_t rc; ngx_int_t rc;
if ((rc = ngx_http_push_stream_init_ipc(cycle, ccf->worker_processes)) == NGX_OK) { if ((rc = ngx_http_push_stream_init_ipc(cycle, ccf->worker_processes)) == NGX_OK) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment