summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ofproto/bond.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ofproto/bond.c b/ofproto/bond.c
index 89d901303..2e8a94b80 100644
--- a/ofproto/bond.c
+++ b/ofproto/bond.c
@@ -835,7 +835,7 @@ bond_check_admissibility(struct bond *bond, const void *slave_,
verdict = (slave->enabled || slave->may_enable) ? BV_ACCEPT : BV_DROP;
if (!slave->enabled && slave->may_enable) {
VLOG_DBG_RL(&rl, "bond %s: slave %s: main thread not yet enabled slave",
- bond->name, bond->active_slave->name);
+ bond->name, slave->name);
}
goto out;
case LACP_CONFIGURED: