change default configurations on systems with UNIX domain sockets to NOT specify...
[oweals/gnunet.git] / src / util / plugin.c
index fe5fb87f98931dab6fd84f15e5b0df7f2cdffcdc..4e0385a0984d65c1aa11cb0a7a2f073d65c53ce1 100644 (file)
@@ -86,7 +86,7 @@ plugin_init ()
   err = lt_dlinit ();
   if (err > 0)
   {
-    fprintf (stderr, _("Initialization of plugin mechanism failed: %s!\n"),
+    FPRINTF (stderr, _("Initialization of plugin mechanism failed: %s!\n"),
              lt_dlerror ());
     return;
   }