Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jan 2022 11:19:06 GMT
From:      "Alexander V. Chernikov" <melifaro@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 656f5031c391 - main - ifconfig: remove debug printf introduced in 779fd0534466
Message-ID:  <202201291119.20TBJ65K045767@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by melifaro:

URL: https://cgit.FreeBSD.org/src/commit/?id=656f5031c39108d2418454f12b52931c32514741

commit 656f5031c39108d2418454f12b52931c32514741
Author:     Alexander V. Chernikov <melifaro@FreeBSD.org>
AuthorDate: 2022-01-29 11:18:13 +0000
Commit:     Alexander V. Chernikov <melifaro@FreeBSD.org>
CommitDate: 2022-01-29 11:19:01 +0000

    ifconfig: remove debug printf introduced in 779fd0534466
    
    Reported by:    jhb
---
 sbin/ifconfig/ifvlan.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sbin/ifconfig/ifvlan.c b/sbin/ifconfig/ifvlan.c
index 1e74b504fc26..8b7b6e9daf9a 100644
--- a/sbin/ifconfig/ifvlan.c
+++ b/sbin/ifconfig/ifvlan.c
@@ -152,7 +152,6 @@ vlan_parse_ethervid(const char *name)
 		strlcpy(params.vlr_parent, ifname, IFNAMSIZ);
 	else
 		errx(1, "ambiguous vlan specification");
-	printf("CR: %s %d\n", params.vlr_parent, params.vlr_tag);
 }
 
 static void



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201291119.20TBJ65K045767>