aboutsummaryrefslogtreecommitdiff
path: root/src/pq
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-11-06 20:20:42 +0100
committerChristian Grothoff <christian@grothoff.org>2021-11-06 20:20:42 +0100
commitfab39a6089cb6f48af6bdcfa0a4df3559348259e (patch)
treed9bdd23d72114c03160908d7954045617f7937cb /src/pq
parentdda40766b9b6df3644c945429e12f28cc9e7e0c8 (diff)
downloadgnunet-fab39a6089cb6f48af6bdcfa0a4df3559348259e.tar.gz
gnunet-fab39a6089cb6f48af6bdcfa0a4df3559348259e.zip
-better logging
Diffstat (limited to 'src/pq')
-rw-r--r--src/pq/pq.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pq/pq.c b/src/pq/pq.c
index 876d4fcf6..130ff355f 100644
--- a/src/pq/pq.c
+++ b/src/pq/pq.c
@@ -168,6 +168,9 @@ GNUNET_PQ_extract_result (PGresult *result,
168 spec->fname); 168 spec->fname);
169 goto cleanup; 169 goto cleanup;
170 case GNUNET_SYSERR: 170 case GNUNET_SYSERR:
171 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
172 "Failed to extract field `%s'\n",
173 spec->fname);
171 GNUNET_break (0); 174 GNUNET_break (0);
172 goto cleanup; 175 goto cleanup;
173 } 176 }