diff options
Diffstat (limited to 'httpd.c')
| -rw-r--r-- | httpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -267,7 +267,7 @@ void httpd(void) | |||
| 267 | signal(SIGTERM, term_handler); | 267 | signal(SIGTERM, term_handler); |
| 268 | signal(SIGINT, term_handler); | 268 | signal(SIGINT, term_handler); |
| 269 | 269 | ||
| 270 | srv_log(xs_fmt("httpd start %s:%d", address, port)); | 270 | srv_log(xs_fmt("httpd start %s:%d %s", address, port, USER_AGENT)); |
| 271 | 271 | ||
| 272 | pthread_create(&htid, NULL, queue_thread, NULL); | 272 | pthread_create(&htid, NULL, queue_thread, NULL); |
| 273 | 273 | ||