commit e646ddcd3eaebf9b3a444f5fb4ae8da3ac87f162
parent 5af8628fb9a4c946866a3aea6a8820d5a065c1b7
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 23 Sep 2025 17:35:05 +0200
-fix log message
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/util/secmod_rsa.c b/src/util/secmod_rsa.c
@@ -2038,7 +2038,7 @@ TALER_SECMOD_rsa_run (void *cls,
{
GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
"No RSA denominations configured. Make sure section names start with `%s' if you are using RSA!\n",
- opt->section);
+ opt->cprefix);
TES_wake_clients ();
return;
}