OSDN Git Service

* Writing is changed.
authorkonn <konn@1a406e8e-add9-4483-a2c8-d8cac5b7c224>
Sun, 18 Jun 2006 19:02:10 +0000 (19:02 +0000)
committerkonn <konn@1a406e8e-add9-4483-a2c8-d8cac5b7c224>
Sun, 18 Jun 2006 19:02:10 +0000 (19:02 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/modchxj/mod_chxj/trunk@1064 1a406e8e-add9-4483-a2c8-d8cac5b7c224

src/chxj_hdml.c

index 73081a2..6dc4c84 100644 (file)
@@ -2598,14 +2598,16 @@ s_hdml_count_radio_tag(hdml_t* hdml, Node* node)
       }
     }
     if (ii == MAX_RADIO_COUNT) {
-      DBG1(r, apr_psprintf(r->pool,
+      DBG(r, apr_psprintf(r->pool,
                         "I do not understand the name of the radiobutton "
                         "of %d piece or more. Please decrease "
                         "the number of radiobuttons.",
                         MAX_RADIO_COUNT));
       continue;
     }
-    ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r, "add radio name:[%s]" ,rname);
+
+    DBG1(r,"add radio name:[%s]" ,rname);
+
     hdml->radio_name_list[ii] = apr_pstrdup(r->pool, rname);
 
     /*------------------------------------------------------------------------*/
@@ -2616,8 +2618,7 @@ s_hdml_count_radio_tag(hdml_t* hdml, Node* node)
         break;
     }
     if (jj == MAX_RADIO_VALUE_COUNT) {
-      ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r,
-                      apr_psprintf(r->pool,
+      DBG(r, apr_psprintf(r->pool,
                         "I do not understand the value of the radiobutton "
                         "of %d piece or more. Please decrease "
                         "the number of radiobuttons.",