Browse code

Improved debug message

git-svn-id: file:///var/lib/svn/clamav-devel/trunk/clamav-devel@1303 77e5149b-7576-45b1-b177-96237e5ba77b

Nigel Horne authored on 2005/02/02 17:35:09
Showing 1 changed files
... ...
@@ -17,6 +17,9 @@
17 17
  *
18 18
  * Change History:
19 19
  * $Log: message.c,v $
20
+ * Revision 1.140  2005/02/02 08:35:09  nigelhorne
21
+ * Improved debug message
22
+ *
20 23
  * Revision 1.139  2005/01/27 20:20:58  nigelhorne
21 24
  * Some Worm.Mydoom.Gen-unp were getting through
22 25
  *
... ...
@@ -414,7 +417,7 @@
414 414
  * uuencodebegin() no longer static
415 415
  *
416 416
  */
417
-static	char	const	rcsid[] = "$Id: message.c,v 1.139 2005/01/27 20:20:58 nigelhorne Exp $";
417
+static	char	const	rcsid[] = "$Id: message.c,v 1.140 2005/02/02 08:35:09 nigelhorne Exp $";
418 418
 
419 419
 #if HAVE_CONFIG_H
420 420
 #include "clamav-config.h"
... ...
@@ -1889,7 +1892,7 @@ messageExport(message *m, const char *dir, void *(*create)(void), void (*destroy
1889 1889
 
1890 1890
 		} while((t_line = t_line->t_next) != NULL);
1891 1891
 
1892
-		cli_dbgmsg("Exported %u bytes\n", size);
1892
+		cli_dbgmsg("Exported %u bytes using enctype %d\n", size, enctype);
1893 1893
 	}
1894 1894
 
1895 1895
 	/* Verify we have nothing left to flush out */