stp: Log topology change events.
[openvswitch] / lib / unixctl.c
index 2a2bcf215479cb1b0133da9fe9f8a1168ded6e98..caaf252dff7213623a782de3ed23d7521ccca5cb 100644 (file)
@@ -96,7 +96,7 @@ unixctl_help(struct unixctl_conn *conn, int argc OVS_UNUSED,
         const struct shash_node *node = nodes[i];
         const struct unixctl_command *command = node->data;
         
-        ds_put_format(&ds, "  %-23s%s\n", node->name, command->usage);
+        ds_put_format(&ds, "  %-23s %s\n", node->name, command->usage);
     }
     free(nodes);