Browse code

Tidy debug message

git-svn: trunk@1698

Nigel Horne authored on 2005/08/18 19:44:38
Showing 1 changed files
... ...
@@ -24,7 +24,7 @@
24 24
 #include "clamav-config.h"
25 25
 #endif
26 26
 
27
-static	char	const	rcsid[] = "$Id: tnef.c,v 1.26 2005/07/11 15:01:40 nigelhorne Exp $";
27
+static	char	const	rcsid[] = "$Id: tnef.c,v 1.27 2005/08/18 10:44:38 nigelhorne Exp $";
28 28
 
29 29
 #include <stdio.h>
30 30
 #include <fcntl.h>
... ...
@@ -188,7 +188,7 @@ cli_tnef(const char *dir, int desc)
188 188
 	if(fb) {
189 189
 		cli_dbgmsg("cli_tnef: flushing final data\n");
190 190
 		if(fileblobGetFilename(fb) == NULL) {
191
-			cli_dbgmsg("Saving TNEF portion with an unknown name");
191
+			cli_dbgmsg("Saving TNEF portion with an unknown name\n");
192 192
 			fileblobSetFilename(fb, dir, "tnef");
193 193
 		}
194 194
 		fileblobDestroy(fb);