Rename utility functions to avoid partner namespace conflicts.
[openvswitch] / utilities / vlogconf.c
index b68c5357ed25be45fa95c5818e1100d882e51205..46a121b2dc136815c5a9106031bac2ae4f2ebdee 100644 (file)
@@ -170,7 +170,7 @@ int main(int argc, char *argv[])
             break;
         }
         if (!strchr("ath", option) && n_clients == 0) {
-            fatal(0, "no targets specified (use --help for help)");
+            ofp_fatal(0, "no targets specified (use --help for help)");
         } else {
             ++n_actions;
         }