aboutsummaryrefslogtreecommitdiff
path: root/src/postgres/postgres.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/postgres/postgres.c')
-rw-r--r--src/postgres/postgres.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/postgres/postgres.c b/src/postgres/postgres.c
index f286ff705..4798c129d 100644
--- a/src/postgres/postgres.c
+++ b/src/postgres/postgres.c
@@ -192,7 +192,8 @@ GNUNET_POSTGRES_connect (const struct GNUNET_CONFIGURATION_Handle * cfg,
192 { 192 {
193 GNUNET_log_from (GNUNET_ERROR_TYPE_ERROR, 193 GNUNET_log_from (GNUNET_ERROR_TYPE_ERROR,
194 "postgres", 194 "postgres",
195 _("Unable to initialize Postgres: %s\n"), 195 _("Unable to connect to Postgres database '%s': %s\n"),
196 conninfo,
196 PQerrorMessage (dbh)); 197 PQerrorMessage (dbh));
197 PQfinish (dbh); 198 PQfinish (dbh);
198 return NULL; 199 return NULL;