commit 4c5dae577a442e77794fb16dc5917ac2a46cb672
parent 963aa3a3fcb1499e401bee05a41ac92eb9eb5094
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 15 Apr 2025 12:25:37 +0200
more precise log statement
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/kyclogic/plugin_kyclogic_oauth2.c b/src/kyclogic/plugin_kyclogic_oauth2.c
@@ -764,7 +764,7 @@ initiate_task (void *cls)
if (NULL == ih->initial_address)
{
GNUNET_log (GNUNET_ERROR_TYPE_INFO,
- "Staring challenger without initial address\n");
+ "Staring OAuth 2.0 without initial address\n");
GNUNET_assert (CURLE_OK ==
curl_easy_setopt (eh,
CURLOPT_POSTFIELDS,
@@ -773,7 +773,7 @@ initiate_task (void *cls)
else
{
GNUNET_log (GNUNET_ERROR_TYPE_INFO,
- "Staring challenger with initial address\n");
+ "Staring OAuth 2.0 with initial address\n");
json_dumpf (ih->initial_address,
stderr,
JSON_INDENT (2));