diff options
-rw-r--r-- | sbin/etherswitchcfg/etherswitchcfg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/etherswitchcfg/etherswitchcfg.c b/sbin/etherswitchcfg/etherswitchcfg.c index 26b6ff2..007f87d 100644 --- a/sbin/etherswitchcfg/etherswitchcfg.c +++ b/sbin/etherswitchcfg/etherswitchcfg.c @@ -619,7 +619,7 @@ print_info(struct cfg *cfg) if (cfg->verbose) { if (cfg->info.es_switch_caps & ETHERSWITCH_CAPS_LAGG) printf( - "%s: %s with %d ports, %d VLAN groups and %d LAG groups\n", + "%s: %s with %d ports, %d VLAN groups and %d LAGG groups\n", c, cfg->info.es_name, cfg->info.es_nports, cfg->info.es_nvlangroups, cfg->info.es_nlaggroups); else |