summaryrefslogtreecommitdiff
path: root/src/backenddb/plugin_merchantdb_postgres.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backenddb/plugin_merchantdb_postgres.c')
-rw-r--r--src/backenddb/plugin_merchantdb_postgres.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backenddb/plugin_merchantdb_postgres.c b/src/backenddb/plugin_merchantdb_postgres.c
index a4898910..e106a82e 100644
--- a/src/backenddb/plugin_merchantdb_postgres.c
+++ b/src/backenddb/plugin_merchantdb_postgres.c
@@ -238,7 +238,7 @@ postgres_check_payment(void *cls,
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
"Could not check if contract %llu is in DB: %s\n",
- transaction_id,
+ (unsigned long long) transaction_id,
sqlstate);
PQclear (res);
return GNUNET_SYSERR;