[PATCH 01/16] scp: Insert comma into stderr message

Michael Witten mfwitten at gmail.com
Tue Dec 8 06:49:35 AWST 2015


Date: Wed, 4 Nov 2015 05:56:09 -0000
---
 scp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scp.c b/scp.c
index 70f45e3..b9aad3f 100644
--- a/scp.c
+++ b/scp.c
@@ -188,7 +188,7 @@ do_cmd(char *host, char *remuser, char *cmd, int *fdin, int *fdout, int argc)
 
 	if (verbose_mode)
 		fprintf(stderr,
-		    "Executing: program %s host %s, user %s, command %s\n",
+		    "Executing: program %s, host %s, user %s, command %s\n",
 		    ssh_program, host,
 		    remuser ? remuser : "(unspecified)", cmd);
 
-- 
2.4.3



More information about the Dropbear mailing list