X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=common%2Fdumprmt.c;h=e05325c564d84be2c05316be1694cc5548503078;hp=7f88f63a9fb95851eec469556015230170bde7ac;hb=03dbfe054895f3654586eb1563f6baf4dd893890;hpb=d1925e0c515fcb4f815d75292566d600fd715ff5 diff --git a/common/dumprmt.c b/common/dumprmt.c index 7f88f63..e05325c 100644 --- a/common/dumprmt.c +++ b/common/dumprmt.c @@ -37,7 +37,7 @@ #ifndef lint static const char rcsid[] = - "$Id: dumprmt.c,v 1.28 2003/10/26 16:05:45 stelian Exp $"; + "$Id: dumprmt.c,v 1.29 2006/03/13 10:33:44 stelian Exp $"; #endif /* not lint */ #include @@ -268,7 +268,7 @@ rmtgetconn(void) perror("TCP_NODELAY setsockopt"); fromrmtape = tormtape; } - (void)fprintf(stdout, "Connection to %s established.\n", rmtpeer); + (void)fprintf(stderr, "Connection to %s established.\n", rmtpeer); return 1; }