-$Id: CHANGES,v 1.282 2006/01/02 15:24:22 stelian Exp $
+$Id: CHANGES,v 1.283 2006/03/13 10:33:44 stelian Exp $
+
+Changes between versions 0.4b41 and 0.4b42 (released xxxxxxxxxxxxxxx)
+=====================================================================
+
+1. Fix printout of the 'Connection to' message in dump/restore.
+ Thanks to Dale Wiles <dwiles@users.sourceforge.net> for the
+ bug report and its fix.
Changes between versions 0.4b40 and 0.4b41 (released January 2, 2006)
=====================================================================
#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 <config.h>
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;
}