[openssh-commits] [openssh] 03/05: upstream: fix typo in verbose logging

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Jan 6 21:58:57 AEDT 2023


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

commit 2393ea8daf25853459eb07a528d7577688847777
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Jan 6 07:18:18 2023 +0000

    upstream: fix typo in verbose logging
    
    OpenBSD-Regress-ID: 0497cdb66e003b2f50ed77291a9104fba2e017e9
---
 regress/scp.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/regress/scp.sh b/regress/scp.sh
index 18ad3ca8..6800fd48 100644
--- a/regress/scp.sh
+++ b/regress/scp.sh
@@ -1,4 +1,4 @@
-#	$OpenBSD: scp.sh,v 1.16 2022/10/30 18:42:07 dtucker Exp $
+#	$OpenBSD: scp.sh,v 1.17 2023/01/06 07:18:18 djm Exp $
 #	Placed in the Public Domain.
 
 tid="scp"
@@ -35,7 +35,7 @@ for mode in scp sftp ; do
 	else
 		scpopts="-s -D ${SFTPSERVER}"
 	fi
-	verbose "tid: simple copy local file to local file"
+	verbose "$tag: simple copy local file to local file"
 	scpclean
 	$SCP $scpopts ${DATA} ${COPY} || fail "copy failed"
 	cmp ${DATA} ${COPY} || fail "corrupted copy"

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list