diff options
author | Yann Ylavic <ylavic@apache.org> | 2020-04-16 14:32:33 +0200 |
---|---|---|
committer | Yann Ylavic <ylavic@apache.org> | 2020-04-16 14:32:33 +0200 |
commit | f461bcf12cab094245341b66ff69d3556c17f4bb (patch) | |
tree | 0f724a9e066d3edce093fca25d2967abb3ad9f15 /modules/loggers | |
parent | Axe remainder from r1875947. (diff) | |
download | apache2-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.c | 1 |
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) \ |