]> Pileus Git - ~andy/fetchmail/commitdiff
Send # to stdout.
authorEric S. Raymond <esr@thyrsus.com>
Wed, 8 Aug 2001 06:04:34 +0000 (06:04 -0000)
committerEric S. Raymond <esr@thyrsus.com>
Wed, 8 Aug 2001 06:04:34 +0000 (06:04 -0000)
svn path=/trunk/; revision=3449

transact.c

index a5e40cbc411239c035c11dc7b87324305ba09f5c..2214b9ffb78ba9deef2654f28590b37ccb7a8ea2 100644 (file)
@@ -1130,7 +1130,7 @@ int readheaders(int sock,
        return(PS_IOERR);
     }
     else if ((run.poll_interval == 0 || nodetach) && outlevel >= O_VERBOSE && !isafile(2))
-       fputs("#", stderr);
+       fputs("#", stdout);
 
     /* write error notifications */
     if (no_local_matches || has_nuls || bad_addresses)