summaryrefslogtreecommitdiffstats
path: root/modules/loggers
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2020-04-16 14:32:33 +0200
committerYann Ylavic <ylavic@apache.org>2020-04-16 14:32:33 +0200
commitf461bcf12cab094245341b66ff69d3556c17f4bb (patch)
tree0f724a9e066d3edce093fca25d2967abb3ad9f15 /modules/loggers
parentAxe remainder from r1875947. (diff)
downloadapache2-f461bcf12cab094245341b66ff69d3556c17f4bb.tar.xz
apache2-f461bcf12cab094245341b66ff69d3556c17f4bb.zip
Add missing pool tags to help debugging.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1876599 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/loggers')
-rw-r--r--modules/loggers/mod_journald.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/loggers/mod_journald.c b/modules/loggers/mod_journald.c
index 6b4ced30a8..0175b52736 100644
--- a/modules/loggers/mod_journald.c
+++ b/modules/loggers/mod_journald.c
@@ -116,6 +116,7 @@ static void journald_log(apr_pool_t *pool, const char *log,
NULL);
return;
}
+ apr_pool_tag(subpool, "journald_log");
/* Adds new entry to iovec if previous additions were successful. */
#define IOVEC_ADD_LEN(FORMAT, VAR, LEN) \