mirror of
https://github.com/apache/httpd.git
synced 2025-08-05 16:55:50 +03:00
Add lots of unique tags to error log messages
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1209766 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -328,7 +328,7 @@ static x_cfg *our_cconfig(const conn_rec *c)
|
||||
static void example_log_each(apr_pool_t *p, server_rec *s, const char *note)
|
||||
{
|
||||
if (s != NULL) {
|
||||
ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, s, "mod_example: %s",
|
||||
ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, s, APLOGNO(02062) "mod_example: %s",
|
||||
note);
|
||||
} else {
|
||||
apr_file_t *out = NULL;
|
||||
|
Reference in New Issue
Block a user