summaryrefslogtreecommitdiff
path: root/src/util/test_helper_rsa.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/test_helper_rsa.c')
-rw-r--r--src/util/test_helper_rsa.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/util/test_helper_rsa.c b/src/util/test_helper_rsa.c
index 17006a66d..96b88c345 100644
--- a/src/util/test_helper_rsa.c
+++ b/src/util/test_helper_rsa.c
@@ -333,7 +333,9 @@ test_signing (struct TALER_CRYPTO_DenominationHelper *dh)
break;
default:
/* unexpected error */
- GNUNET_break (0);
+ GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
+ "Unexpected error %d\n",
+ ec);
return 7;
}
}
@@ -534,7 +536,7 @@ main (int argc,
(void) argc;
(void) argv;
GNUNET_log_setup ("test-helper-rsa",
- "WARNING",
+ "INFO",
NULL);
GNUNET_OS_init (TALER_project_data_default ());
libexec_dir = GNUNET_OS_installation_get_path (GNUNET_OS_IPK_BINDIR);
@@ -550,7 +552,7 @@ main (int argc,
"-c",
"test_helper_rsa.conf",
"-L",
- "WARNING",
+ "INFO",
NULL);
if (NULL == helper)
{