|
@@ -59,7 +59,7 @@ int responder_loop()
|
59
|
59
|
timeout.tv_nsec = 100000000;
|
60
|
60
|
idle = 0;
|
61
|
61
|
|
62
|
|
- pyfcgi_logger_set_ident("pool");
|
|
62
|
+ pyfcgi_logger_set_ident("Workpool");
|
63
|
63
|
|
64
|
64
|
if(PyFCGI_conf.pool_timeout)
|
65
|
65
|
{
|
|
@@ -292,7 +292,7 @@ pid_t spawn(int wrk_id)
|
292
|
292
|
else if(!res)
|
293
|
293
|
{
|
294
|
294
|
// Child process
|
295
|
|
- snprintf(ident, 128, "Worker[%d]", wrk_id);
|
|
295
|
+ snprintf(ident, 128, "Worker%2d", wrk_id);
|
296
|
296
|
pyfcgi_logger_set_ident(ident);
|
297
|
297
|
// Set handler for SIGINT & SIGTERM
|
298
|
298
|
if(sigaction(SIGINT, &act, NULL))
|