fix more leaks
[oweals/gnunet.git] / src / transport / plugin_transport_http_server.c
index 8e6eff072e1cc715047d61be5fa8673d05fbf7ce..15a0be297683be0c2f9da6d58503cc2d9fee2dad 100644 (file)
@@ -1960,10 +1960,10 @@ server_load_certificate (struct HTTP_Server_Plugin *plugin)
 
   if ((plugin->key == NULL) || (plugin->cert == NULL))
   {
-    GNUNET_log_from (GNUNET_ERROR_TYPE_ERROR, plugin->name,
-                     _
-                     ("No usable TLS certificate found and creating one failed!\n"),
-                     "transport-https");
+    GNUNET_log_from (GNUNET_ERROR_TYPE_ERROR,
+                     plugin->name,
+                     _("No usable TLS certificate found and creating one at `%s/%s' failed!\n"),
+                     key_file, cert_file);
     GNUNET_free (key_file);
     GNUNET_free (cert_file);