debugging output changes
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Sun, 22 Aug 1993 07:36:23 +0000 (23:36 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Sun, 22 Aug 1993 07:36:23 +0000 (23:36 -0800)
SCCS-vsn: usr.sbin/sendmail/src/readcf.c 8.11

usr/src/usr.sbin/sendmail/src/readcf.c

index 5dc3fa1..897037b 100644 (file)
@@ -7,7 +7,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)readcf.c   8.10 (Berkeley) %G%";
+static char sccsid[] = "@(#)readcf.c   8.11 (Berkeley) %G%";
 #endif /* not lint */
 
 # include "sendmail.h"
 #endif /* not lint */
 
 # include "sendmail.h"
@@ -383,12 +383,7 @@ readcf(cfname)
                                delim = *p;
                                *p = '\0';
                                if (wd[0] != '\0')
                                delim = *p;
                                *p = '\0';
                                if (wd[0] != '\0')
-                               {
-                                       if (tTd(37, 2))
-                                               printf("setclass(%c, %s)\n",
-                                                       bp[1], wd);
                                        setclass(bp[1], wd);
                                        setclass(bp[1], wd);
-                               }
                                *p = delim;
                        }
                        break;
                                *p = delim;
                        }
                        break;
@@ -1481,7 +1476,7 @@ setclass(class, word)
        register STAB *s;
 
        if (tTd(37, 8))
        register STAB *s;
 
        if (tTd(37, 8))
-               printf("%s added to class %c\n", word, class);
+               printf("setclass(%c, %s)\n", class, word);
        s = stab(word, ST_CLASS, ST_ENTER);
        setbitn(class, s->s_class);
 }
        s = stab(word, ST_CLASS, ST_ENTER);
        setbitn(class, s->s_class);
 }