X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/32f761755e2cfee243a1513c9ea9871586463fa6..fca9a9b0f044a9ef93cea27dadc01ecd56d1274c:/clientserver.c diff --git a/clientserver.c b/clientserver.c index 4a857e33..43d9e541 100644 --- a/clientserver.c +++ b/clientserver.c @@ -75,7 +75,7 @@ int start_socket_client(char *host, char *path, int argc, char *argv[]) * See http://lists.samba.org/pipermail/rsync/2000-September/002744.html */ if (shell_cmd) { - rprintf(FERROR, "WARNING: --rsh or -e option ignored when " + rprintf(FINFO, "WARNING: --rsh or -e option ignored when " "connecting to rsync daemon\n"); /* continue */ }