hmap: Rename hmap_moved() to hmap_node_moved().
[openvswitch] / vswitchd / ovs-brcompatd.c
index 70921f21491bff5bb604019a29972144480bc353..585ab2c70576f3f080ddf84f890e0ebde5fc3fb9 100644 (file)
@@ -1144,6 +1144,7 @@ main(int argc, char *argv[])
     struct ovsdb_idl *idl;
     int retval;
 
+    proctitle_init(argc, argv);
     set_program_name(argv[0]);
     time_init();
     vlog_init();
@@ -1159,7 +1160,7 @@ main(int argc, char *argv[])
 
     retval = unixctl_server_create(NULL, &unixctl);
     if (retval) {
-        ovs_fatal(retval, "could not listen for vlog connections");
+        exit(EXIT_FAILURE);
     }
 
     if (brc_open(&brc_sock)) {