From fb9159634d8bc18963be618eac3d7df8ec9c5654 Mon Sep 17 00:00:00 2001 From: konn Date: Sun, 18 Jun 2006 18:14:49 +0000 Subject: [PATCH] * Writing is changed. git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/modchxj/mod_chxj/trunk@1057 1a406e8e-add9-4483-a2c8-d8cac5b7c224 --- src/chxj_hdml.c | 2 +- src/mod_chxj.c | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/chxj_hdml.c b/src/chxj_hdml.c index 56644c3e..a71d4d2b 100644 --- a/src/chxj_hdml.c +++ b/src/chxj_hdml.c @@ -116,7 +116,7 @@ chxj_exchange_hdml(request_rec* r, DBG(r,"i found qrcode xml"); return dst; } - ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r,"not found qrcode xml"); + DBG(r,"not found qrcode xml"); /*--------------------------------------------------------------------------*/ /* initialize hdml structure */ diff --git a/src/mod_chxj.c b/src/mod_chxj.c index aa4febc2..95a1b848 100644 --- a/src/mod_chxj.c +++ b/src/mod_chxj.c @@ -695,8 +695,7 @@ chxj_global_config_create(apr_pool_t* pool, server_rec* s) apr_pool_userdata_set(conf, CHXJ_MOD_CONFIG_KEY, apr_pool_cleanup_null, pool); - ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, s, - "end chxj_global_config_create()"); + DBG(s, "end chxj_global_config_create()"); return conf; } -- 2.11.0