diff options
Diffstat (limited to 'controller')
-rw-r--r-- | controller/PostgreSQL.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/controller/PostgreSQL.cpp b/controller/PostgreSQL.cpp index 5c9b1579..ff1d6c59 100644 --- a/controller/PostgreSQL.cpp +++ b/controller/PostgreSQL.cpp @@ -1333,6 +1333,7 @@ PGconn *PostgreSQL::getPgConn(OverrideMode m) { if (m == ALLOW_PGBOUNCER_OVERRIDE) { char *connStr = getenv("PGBOUNCER_CONNSTR"); if (connStr != NULL) { + fprintf(stderr, "PGBouncer Override\n"); return PQconnectdb(connStr); } } |