aboutsummaryrefslogtreecommitdiff
path: root/src/rest
diff options
context:
space:
mode:
authorSchanzenbach, Martin <martin.schanzenbach@aisec.fraunhofer.de>2018-03-06 11:52:56 +0100
committerSchanzenbach, Martin <martin.schanzenbach@aisec.fraunhofer.de>2018-03-06 11:52:56 +0100
commitf7b82a74cc5d39c55a4a232e0e14e7ab51b83ff6 (patch)
treef70bed40b3a1de8b03ab83b2b7c6d3411adc45fa /src/rest
parent8bd2218151fa06cd6209a575e3000b74616c4f02 (diff)
downloadgnunet-f7b82a74cc5d39c55a4a232e0e14e7ab51b83ff6.tar.gz
gnunet-f7b82a74cc5d39c55a4a232e0e14e7ab51b83ff6.zip
fix proxy and refactor OIDC
Diffstat (limited to 'src/rest')
-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;