diff src/readpst.c @ 203:9fb600ef4e03

cleanup debug logging
author Carl Byington <carl@five-ten-sg.com>
date Tue, 19 May 2009 10:20:33 -0700
parents 2f38c4ce606f
children 5f3fa53cb0e1
line wrap: on
line diff
--- a/src/readpst.c	Mon May 18 15:55:05 2009 -0700
+++ b/src/readpst.c	Tue May 19 10:20:33 2009 -0700
@@ -1085,7 +1085,7 @@
             DEBUG_INFO(("charset %s from html text\n", charset));
         }
         else {
-            DEBUG_INFO(("matching %d %d %d %d", match[0].rm_so, match[0].rm_eo, match[1].rm_so, match[1].rm_eo));
+            DEBUG_INFO(("matching %d %d %d %d\n", match[0].rm_so, match[0].rm_eo, match[1].rm_so, match[1].rm_eo));
             DEBUG_HEXDUMPC(html, strlen(html), 0x10);
         }
     }