escapes, and flush the result.
(set_tcp_socket): Make the message for non-local connections informational
rather than an error.
}
else
#endif
- fprintf (is_error ? stderr : stdout, msg);
+ {
+ FILE *f = is_error ? stderr : stdout;
+
+ fputs (msg, f);
+ fflush (f);
+ }
}
/* Decode the options from argv and argc.
return INVALID_SOCKET;
if (server.sin_addr.s_addr != inet_addr ("127.0.0.1"))
- message (TRUE, "%s: connected to remote socket at %s\n",
+ message (FALSE, "%s: connected to remote socket at %s\n",
progname, inet_ntoa (server.sin_addr));
/*