summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/backend/taler-merchant-httpd_private-get-orders-ID.c2
1 files changed, 1 insertions, 1 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 f5b75579..ed045b48 100644
--- a/src/backend/taler-merchant-httpd_private-get-orders-ID.c
+++ b/src/backend/taler-merchant-httpd_private-get-orders-ID.c
@@ -631,7 +631,7 @@ phase_fetch_contract (struct GetOrderRequestContext *gorc)
GNUNET_log (GNUNET_ERROR_TYPE_INFO,
"Order %s is %s (%s) according to database\n",
gorc->paid ? "paid" : "unpaid",
- gorc->wire ? "wired" : "unwired");
+ gorc->wired ? "wired" : "unwired");
gorc->phase++;
return;
}