aboutsummaryrefslogtreecommitdiff
path: root/src/rest/gnunet-rest-server.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rest/gnunet-rest-server.c')
-rw-r--r--src/rest/gnunet-rest-server.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rest/gnunet-rest-server.c b/src/rest/gnunet-rest-server.c
index 2f840be8b..325bcfd0a 100644
--- a/src/rest/gnunet-rest-server.c
+++ b/src/rest/gnunet-rest-server.c
@@ -764,7 +764,7 @@ load_plugin (void *cls,
764 struct GNUNET_HashCode key; 764 struct GNUNET_HashCode key;
765 if (NULL == lib_ret) 765 if (NULL == lib_ret)
766 { 766 {
767 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 767 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
768 "Could not load plugin `%s'\n", 768 "Could not load plugin `%s'\n",
769 libname); 769 libname);
770 return; 770 return;
@@ -777,7 +777,7 @@ load_plugin (void *cls,
777 plugin, 777 plugin,
778 GNUNET_CONTAINER_MULTIHASHMAPOPTION_UNIQUE_ONLY)) 778 GNUNET_CONTAINER_MULTIHASHMAPOPTION_UNIQUE_ONLY))
779 { 779 {
780 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 780 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
781 "Could not load add plugin `%s'\n", 781 "Could not load add plugin `%s'\n",
782 libname); 782 libname);
783 return; 783 return;