aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve McIntyre <steve.mcintyre@linaro.org>2015-09-04 14:35:13 +0100
committerSteve McIntyre <steve.mcintyre@linaro.org>2015-09-04 14:35:13 +0100
commit1ce09f9821e6647ab55d88f9d328725d288cd8f2 (patch)
tree5f49d0a88882f53cbefbe63f420a686d31c9a77d
parentee742d9d8a7d9b963d4d0eb1b721993d2a26a38c (diff)
Correct log message when adding trunk ports to a new VLAN
Change-Id: Ie7faefef06aa0cf02b125b9ea7019b9647c5a6dd
-rw-r--r--util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/util.py b/util.py
index 271ee88..6bbbd5e 100644
--- a/util.py
+++ b/util.py
@@ -273,7 +273,7 @@ class VlanUtil:
# Modify any trunk ports as needed
for port in trunk_ports:
- logging.debug('Added VLAN tag %d, name %s to switch %s', tag, name, switch_name)
+ logging.debug('Adding VLAN tag %d, name %s to switch %s port %s', tag, name, switch_name, port)
s.port_add_trunk_to_vlan(port, tag)
# And now we're done with this switch