diff options
| author | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2006-06-14 16:23:02 +0000 | 
|---|---|---|
| committer | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2006-06-14 16:23:02 +0000 | 
| commit | af9557fdd1de47bcfff61cccba2930e93ec4e69b (patch) | |
| tree | 6f072dad611b3ce7872008bf9d66b23a34c28039 /contrib/sendmail/src/conf.c | |
| parent | 4e4196cb7454f47341efebe4e0a17f1b8cd534c7 (diff) | |
Diffstat (limited to 'contrib/sendmail/src/conf.c')
| -rw-r--r-- | contrib/sendmail/src/conf.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/contrib/sendmail/src/conf.c b/contrib/sendmail/src/conf.c index f8cd3004eec5..1cf447ddb6db 100644 --- a/contrib/sendmail/src/conf.c +++ b/contrib/sendmail/src/conf.c @@ -13,7 +13,7 @@  #include <sendmail.h> -SM_RCSID("@(#)$Id: conf.c,v 8.1081 2006/02/24 02:21:53 ca Exp $") +SM_RCSID("@(#)$Id: conf.c,v 8.1082 2006/03/22 22:49:33 ca Exp $")  #include <sendmail/pathnames.h>  #if NEWDB @@ -2197,7 +2197,7 @@ shouldqueue(pri, ct)  	    memfree < QueueLowMem)  	{  		if (tTd(3, 30)) -			sm_dprintf("true (memfree=%ld < QueueLowMem)\n", +			sm_dprintf("true (memfree=%ld < QueueLowMem=%ld)\n",  				memfree, QueueLowMem);  		return true;  	} | 
