diff options
Diffstat (limited to 'httpd.c')
| -rw-r--r-- | httpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -80,7 +80,7 @@ int server_get_handler(d_char *req, char *q_path, | |||
| 80 | } | 80 | } |
| 81 | 81 | ||
| 82 | if (status != 0) | 82 | if (status != 0) |
| 83 | srv_debug(1, xs_fmt("server_get_handler '%s' %d", q_path, status)); | 83 | srv_debug(1, xs_fmt("server_get_handler serving '%s' %d", q_path, status)); |
| 84 | 84 | ||
| 85 | return status; | 85 | return status; |
| 86 | } | 86 | } |