X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fpq%2Fpq.c;h=f4bab4e00f2fa7f9ece6f40020ac14cbb8c88113;hb=2105059516320800eaa8fff1196b58f29a50ba7c;hp=46463a190500d8286867046bbc21e5bc58c7562f;hpb=f5beb3eaf163fc0bf2a4f86bd413d3ee6939cfea;p=oweals%2Fgnunet.git diff --git a/src/pq/pq.c b/src/pq/pq.c index 46463a190..f4bab4e00 100644 --- a/src/pq/pq.c +++ b/src/pq/pq.c @@ -85,6 +85,9 @@ GNUNET_PQ_exec_prepared (PGconn *db_conn, off += x->num_params; } GNUNET_assert (off == len); + GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, + "Executing prepared SQL statement `%s'\n", + name); res = PQexecPrepared (db_conn, name, len,