git: ce24fa9b4908 - releng/13.1 - ifconfig: remove debug printf introduced in 779fd0534466
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 28 Mar 2022 15:26:05 UTC
The branch releng/13.1 has been updated by melifaro: URL: https://cgit.FreeBSD.org/src/commit/?id=ce24fa9b49080e0cd9e549993d0cb675a8089767 commit ce24fa9b49080e0cd9e549993d0cb675a8089767 Author: Alexander V. Chernikov <melifaro@FreeBSD.org> AuthorDate: 2022-01-29 11:18:13 +0000 Commit: Alexander V. Chernikov <melifaro@FreeBSD.org> CommitDate: 2022-03-28 15:25:27 +0000 ifconfig: remove debug printf introduced in 779fd0534466 Reported by: jhb Approved by: re(gjb) (cherry picked from commit 656f5031c39108d2418454f12b52931c32514741) (cherry picked from commit b5b97a95aa5ded84de9ce707ed5c6d0d5f73fe57) --- 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