aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve McIntyre <steve.mcintyre@linaro.org>2014-12-15 16:52:00 +0000
committerSteve McIntyre <steve.mcintyre@linaro.org>2014-12-15 16:52:00 +0000
commit96855dba7695dc21c65c1a1004564fb43cf42499 (patch)
tree351496c20722b43c28bb01cd179a36f9c3257879
parent0abacacac8ec042db4cca6042172c4e930d6d7d2 (diff)
Cosmetic change to output text
Change-Id: I6492657076acd85522945c830575ea567c8b1189
-rw-r--r--vland.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/vland.py b/vland.py
index 631f5cb..4001040 100644
--- a/vland.py
+++ b/vland.py
@@ -73,8 +73,8 @@ if default_vlan_id is None:
True)
if len(switches) != len(config.switches):
- print 'You have configured access details for %d switches, ' % len(config.switches)
- print 'but have %d switches registered in your database.' % len(switches)
+ print 'You have configured access details for %d switch(es), ' % len(config.switches)
+ print 'but have %d switch(es) registered in your database.' % len(switches)
print 'You must fix this difference for VLANd to work sensibly.'
print 'HINT: Running admin.py --auto-import-switch <switch_name>'
print 'for each of your switches will probably be useful!'