summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_tip-reserve-helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/taler-merchant-httpd_tip-reserve-helper.c')
-rw-r--r--src/backend/taler-merchant-httpd_tip-reserve-helper.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/taler-merchant-httpd_tip-reserve-helper.c b/src/backend/taler-merchant-httpd_tip-reserve-helper.c
index 59f69078..c9ef0b79 100644
--- a/src/backend/taler-merchant-httpd_tip-reserve-helper.c
+++ b/src/backend/taler-merchant-httpd_tip-reserve-helper.c
@@ -234,10 +234,10 @@ handle_status (void *cls,
return;
}
break;
- case TALER_EXCHANGE_RTT_PAYBACK:
+ case TALER_EXCHANGE_RTT_RECOUP:
GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
_ (
- "Encountered unsupported /payback operation on tipping reserve\n"));
+ "Encountered unsupported /recoup operation on tipping reserve\n"));
/* FIXME: probably should count these like deposits!? */
break;
case TALER_EXCHANGE_RTT_CLOSE: