Mercurial > libpst
comparison 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 |
comparison
equal
deleted
inserted
replaced
202:2f38c4ce606f | 203:9fb600ef4e03 |
---|---|
1083 snprintf(charset, charsetlen, "%s", html+s); // copy the html charset | 1083 snprintf(charset, charsetlen, "%s", html+s); // copy the html charset |
1084 html[e] = save; | 1084 html[e] = save; |
1085 DEBUG_INFO(("charset %s from html text\n", charset)); | 1085 DEBUG_INFO(("charset %s from html text\n", charset)); |
1086 } | 1086 } |
1087 else { | 1087 else { |
1088 DEBUG_INFO(("matching %d %d %d %d", match[0].rm_so, match[0].rm_eo, match[1].rm_so, match[1].rm_eo)); | 1088 DEBUG_INFO(("matching %d %d %d %d\n", match[0].rm_so, match[0].rm_eo, match[1].rm_so, match[1].rm_eo)); |
1089 DEBUG_HEXDUMPC(html, strlen(html), 0x10); | 1089 DEBUG_HEXDUMPC(html, strlen(html), 0x10); |
1090 } | 1090 } |
1091 } | 1091 } |
1092 else { | 1092 else { |
1093 DEBUG_INFO(("regexec returns %d\n", rc)); | 1093 DEBUG_INFO(("regexec returns %d\n", rc)); |