Skip to content

Commit

Permalink
upstream: Include existing mux path in debug message.
Browse files Browse the repository at this point in the history
OpenBSD-Commit-ID: 1c3641be10c2f4fbad2a1b088a441d072e18bf16
  • Loading branch information
daztucker committed Nov 24, 2023
1 parent f299340 commit 1d7f9b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mux.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* $OpenBSD: mux.c,v 1.100 2023/08/18 01:37:41 djm Exp $ */
/* $OpenBSD: mux.c,v 1.101 2023/11/23 03:37:05 dtucker Exp $ */
/*
* Copyright (c) 2002-2008 Damien Miller <djm@openbsd.org>
*
Expand Down Expand Up @@ -2278,7 +2278,7 @@ muxclient(const char *path)
switch (options.control_master) {
case SSHCTL_MASTER_AUTO:
case SSHCTL_MASTER_AUTO_ASK:
debug("auto-mux: Trying existing master");
debug("auto-mux: Trying existing master at '%s'", path);
/* FALLTHROUGH */
case SSHCTL_MASTER_NO:
break;
Expand Down

0 comments on commit 1d7f9b6

Please sign in to comment.