-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[libteam]: Add 0002-libteam-Temporarily-remove-redundant-debug-mes.pa…
…tch (#357) Signed-off-by: Shuotian Cheng <shuche@microsoft.com>
- Loading branch information
Shuotian Cheng
authored
Mar 2, 2017
1 parent
4eb549d
commit 667ef1d
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
25 changes: 25 additions & 0 deletions
25
src/libteam/0002-libteam-Temporarily-remove-redundant-debug-mes.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
From a5c8f3f41c575ebb7018e67cb3d1f724f0685850 Mon Sep 17 00:00:00 2001 | ||
From: Shuotian Cheng <shuche@microsoft.com> | ||
Date: Mon, 27 Feb 2017 14:21:09 -0800 | ||
Subject: [PATCH] libteam: Temporarily remove redundant debug messages | ||
|
||
--- | ||
teamd/teamd_runner_lacp.c | 2 -- | ||
1 file changed, 2 deletions(-) | ||
|
||
diff --git a/teamd/teamd_runner_lacp.c b/teamd/teamd_runner_lacp.c | ||
index 9c77fae..5e37a4c 100644 | ||
--- a/teamd/teamd_runner_lacp.c | ||
+++ b/teamd/teamd_runner_lacp.c | ||
@@ -922,8 +922,6 @@ static void lacp_port_actor_update(struct lacp_port *lacp_port) | ||
state |= INFO_STATE_DEFAULTED; | ||
if (teamd_port_count(lacp_port->ctx) > 0) | ||
state |= INFO_STATE_AGGREGATION; | ||
- teamd_log_dbg("%s: lacp info state: 0x%02X.", lacp_port->tdport->ifname, | ||
- state); | ||
lacp_port->actor.state = state; | ||
} | ||
|
||
-- | ||
2.1.4 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters