commit | 9f7bac04786eb9206dd4f804f326c9d54e7fa768 | [log] [tgz] |
---|---|---|
author | Steve McIntyre <steve.mcintyre@linaro.org> | Fri Sep 18 14:10:34 2015 +0100 |
committer | Steve McIntyre <steve.mcintyre@linaro.org> | Fri Sep 18 14:10:34 2015 +0100 |
tree | 08183726c3f3fc25ee31c41cf8153d85b938cdcf | |
parent | c13becd993fd8d5e59ebc6279808895b2d11f277 [diff] |
Fix format string error Change-Id: I2657a311d7ffe4e6e8110f60d3bc9b474672cd1a
diff --git a/util.py b/util.py index ce41f0c..8321ed9 100644 --- a/util.py +++ b/util.py
@@ -281,7 +281,7 @@ del s except IOError as e: - logging.error('Failed to add VLAN %d to switch ID %d (%s): %s', tag, switch.switch_id, switch.name) + logging.error('Failed to add VLAN %d to switch ID %d (%s): %s', tag, switch.switch_id, switch.name, e) raise except IOError: