summaryrefslogtreecommitdiff
path: root/src/backend
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-01-13 23:14:50 +0100
committerChristian Grothoff <christian@grothoff.org>2024-01-13 23:14:50 +0100
commit3dbb4672865e63d30305f8017077189ee3ac7285 (patch)
treefbb5f2eef7313c52b92764296f84d117d9db503f /src/backend
parente9490bfa94fb387093a8cbfd1a124afa4635e209 (diff)
downloadmerchant-3dbb4672865e63d30305f8017077189ee3ac7285.tar.gz
merchant-3dbb4672865e63d30305f8017077189ee3ac7285.tar.bz2
merchant-3dbb4672865e63d30305f8017077189ee3ac7285.zip
-typo
Diffstat (limited to 'src/backend')
-rw-r--r--src/backend/taler-merchant-httpd_private-get-orders-ID.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/taler-merchant-httpd_private-get-orders-ID.c b/src/backend/taler-merchant-httpd_private-get-orders-ID.c
index ed045b48..864745a0 100644
--- a/src/backend/taler-merchant-httpd_private-get-orders-ID.c
+++ b/src/backend/taler-merchant-httpd_private-get-orders-ID.c
@@ -630,6 +630,7 @@ phase_fetch_contract (struct GetOrderRequestContext *gorc)
{
GNUNET_log (GNUNET_ERROR_TYPE_INFO,
"Order %s is %s (%s) according to database\n",
+ hc->infix,
gorc->paid ? "paid" : "unpaid",
gorc->wired ? "wired" : "unwired");
gorc->phase++;