Log the proper module name on errors
authorStefan Fritsch <sf@apache.org>
Tue, 7 Jun 2011 20:58:45 +0000 (20:58 +0000)
committerStefan Fritsch <sf@apache.org>
Tue, 7 Jun 2011 20:58:45 +0000 (20:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1133163 13f79535-47bb-0310-9956-ffa450edef68

modules/dav/fs/dbm.c

index 780121c9b4cce4a0522a65d4b03f311821c04bd2..785efb00b05e91bf94df12e721a69c9cd370de15 100644 (file)
@@ -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;