Browse code

Fix typo

git-svn: trunk@2584

Nigel Horne authored on 2006/12/30 21:02:17
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Sat Dec 30 12:01:41 GMT 2006 (njh)
2
+----------------------------------
3
+  * clamav-milter:	Fix typo in warning message
4
+
1 5
 Fri Dec 29 21:21:08 GMT 2006 (njh)
2 6
 ----------------------------------
3 7
   * libclamav/mbox.c:	Set MIME.RecursionLimit when --max-mail-recursion is hit
... ...
@@ -24,9 +24,9 @@
24 24
  *
25 25
  * For installation instructions see the file INSTALL that came with this file
26 26
  */
27
-static	char	const	rcsid[] = "$Id: clamav-milter.c,v 1.306 2006/12/20 14:55:17 njh Exp $";
27
+static	char	const	rcsid[] = "$Id: clamav-milter.c,v 1.307 2006/12/30 12:01:23 njh Exp $";
28 28
 
29
-#define	CM_VERSION	"devel-191206"
29
+#define	CM_VERSION	"devel-301206"
30 30
 
31 31
 #if HAVE_CONFIG_H
32 32
 #include "clamav-config.h"
... ...
@@ -5931,7 +5931,7 @@ increment_connections(void)
5931 5931
 			 */
5932 5932
 			gettimeofday(&now, &tz);
5933 5933
 			do {
5934
-				logg(_("n_children %d: waiting %d seconds for some to exit"),
5934
+				logg(_("n_children %d: waiting %d seconds for some to exit\n"),
5935 5935
 					n_children, child_timeout);
5936 5936
 
5937 5937
 				if(child_timeout == 0) {