[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Small bugfix - installment 1



OK, as my megapatch does not seem to have a chance to get thorough, I'll
try "Linus approach": - one small patch at a time :-)

This one is easy: error messages lack of ending newline.

--- scheduler/mailq.c   2002/01/24 22:18:47     1.64
+++ scheduler/mailq.c   2002/10/16 14:49:58
@@ -446,7 +446,7 @@
            if (rc < 0) {
              eval = errno;
              close(fd);
-             fprintf(stderr, "%s: connect failed to %s",
+             fprintf(stderr, "%s: connect failed to %s\n",
                      progname, ai->ai_canonname ? ai->ai_canonname :
host);
              fd = -1;
              continue;
@@ -455,7 +455,7 @@
          if (fd >= 0)
            docat((char *)NULL, fd);
          else {
-           fprintf(stderr, "%s: connect failed to %s",
+           fprintf(stderr, "%s: connect failed to %s\n",
                    progname, host);
          }
        }


-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi