From: Stefan Fritsch Date: Tue, 7 Jun 2011 20:58:45 +0000 (+0000) Subject: Log the proper module name on errors X-Git-Tag: 2.3.13~66 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c67e7d5dd098bdc4ea1abf9a4bf80293bc04a57a;p=thirdparty%2Fapache%2Fhttpd.git Log the proper module name on errors git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1133163 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/dav/fs/dbm.c b/modules/dav/fs/dbm.c index 780121c9b4c..785efb00b05 100644 --- a/modules/dav/fs/dbm.c +++ b/modules/dav/fs/dbm.c @@ -42,6 +42,7 @@ #include "http_log.h" #include "http_main.h" /* for ap_server_conf */ +APLOG_USE_MODULE(dav_fs); struct dav_db { apr_pool_t *pool;