diff options
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;  	} | 
