Browse code

Bug 378

git-svn: trunk@2904

Nigel Horne authored on 2007/03/06 04:04:03
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Mon Mar  5 17:09:00 GMT 2007 (njh)
2
+----------------------------------
3
+  * libclamav/mbox.c:	Fix debug message (bug 378)
4
+
1 5
 Mon Mar  5 16:53:27 CET 2007 (acab)
2 6
 -----------------------------------
3 7
   * libclamav/upx.c: Make gcc -W stfu - minor cosmetic changes
... ...
@@ -2110,7 +2110,7 @@ parseEmailBody(message *messageIn, text *textIn, mbox_ctx *mctx, unsigned int re
2110 2110
 			 * This is effectively no encoding, notice that we
2111 2111
 			 * don't check that charset is us-ascii
2112 2112
 			 */
2113
-			cli_dbgmsg("assume no encoding\n");
2113
+			cli_dbgmsg("text/plain: Assume no attachements\n");
2114 2114
 			mimeType = NOMIME;
2115 2115
 			messageSetMimeSubtype(mainMessage, "");
2116 2116
 		} else if((mimeType == MESSAGE) &&