re-word /mx output to be more precise
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Sat, 20 May 1995 08:18:25 +0000 (00:18 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Sat, 20 May 1995 08:18:25 +0000 (00:18 -0800)
SCCS-vsn: usr.sbin/sendmail/src/main.c 8.113

usr/src/usr.sbin/sendmail/src/main.c

index 7d5a80f..a7bddc7 100644 (file)
@@ -13,7 +13,7 @@ static char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)main.c     8.112 (Berkeley) %G%";
+static char sccsid[] = "@(#)main.c     8.113 (Berkeley) %G%";
 #endif /* not lint */
 
 #define        _DEFINE
 #endif /* not lint */
 
 #define        _DEFINE
@@ -1739,7 +1739,7 @@ testmodeline(line, e)
                        char *mxhosts[MAXMXHOSTS + 1];
 
                        nmx = getmxrr(p, mxhosts, FALSE, &rcode);
                        char *mxhosts[MAXMXHOSTS + 1];
 
                        nmx = getmxrr(p, mxhosts, FALSE, &rcode);
-                       printf("%d MX records:\n", nmx);
+                       printf("getmxrr(%s) returns %d value(s):\n", p, nmx);
                        for (i = 0; i < nmx; i++)
                                printf("\t%s\n", mxhosts[i]);
 #else
                        for (i = 0; i < nmx; i++)
                                printf("\t%s\n", mxhosts[i]);
 #else