aboutsummaryrefslogtreecommitdiff
path: root/src/bank-lib/fakebank.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bank-lib/fakebank.c')
-rw-r--r--src/bank-lib/fakebank.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bank-lib/fakebank.c b/src/bank-lib/fakebank.c
index 0e726e77c..8c5a90fec 100644
--- a/src/bank-lib/fakebank.c
+++ b/src/bank-lib/fakebank.c
@@ -824,7 +824,7 @@ make_admin_transfer (
824 if (NULL != t) 824 if (NULL != t)
825 { 825 {
826 /* duplicate reserve public key not allowed */ 826 /* duplicate reserve public key not allowed */
827 GNUNET_break (0); 827 GNUNET_break_op (0);
828 return GNUNET_NO; 828 return GNUNET_NO;
829 } 829 }
830 830
@@ -1074,7 +1074,7 @@ handle_admin_add_incoming (struct TALER_FAKEBANK_Handle *h,
1074 GNUNET_free (debit); 1074 GNUNET_free (debit);
1075 if (GNUNET_OK != ret) 1075 if (GNUNET_OK != ret)
1076 { 1076 {
1077 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 1077 GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
1078 "Reserve public key not unique\n"); 1078 "Reserve public key not unique\n");
1079 return TALER_MHD_reply_with_error ( 1079 return TALER_MHD_reply_with_error (
1080 connection, 1080 connection,