OSDN Git Service

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

src/chxj_qr_code.c

index bb93d9d..28b4476 100644 (file)
@@ -1689,8 +1689,9 @@ s_tidy_8bit_code(qr_code_t* qrcode, const char* indata, int data_code_count)
     n = (n == 0) ? 1 : 0;
     rest--;
   }
+
 #ifdef QR_CODE_DEBUG
-  ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, qrcode->r, "tidy len[%d] data_code_count[%d]", strlen(result)/8, data_code_count);
+  DBG2(qrcode->r, "tidy len[%d] data_code_count[%d]", strlen(result)/8, data_code_count);
 #endif
 
   return result;