]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: fix typo in verbose logging
authordjm@openbsd.org <djm@openbsd.org>
Fri, 6 Jan 2023 07:18:18 +0000 (07:18 +0000)
committerDarren Tucker <dtucker@dtucker.net>
Fri, 6 Jan 2023 10:37:40 +0000 (21:37 +1100)
OpenBSD-Regress-ID: 0497cdb66e003b2f50ed77291a9104fba2e017e9

regress/scp.sh

index 18ad3ca890f43654c3de44b0b4af17af8ae0ae3e..6800fd4839f8232dc3ecf8102c3d2166eb10afea 100644 (file)
@@ -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"