[GB.DB.POSTGRESQL]

* BUG: Fix a warning message.


git-svn-id: svn://localhost/gambas/trunk@7648 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
Benoît Minisini 2016-03-20 01:28:16 +00:00
parent 4c3370908c
commit 1673061eee

View file

@ -540,7 +540,7 @@ static int do_query(DB_DATABASE *db, const char *error, PGresult **pres,
if (DB.IsDebug())
{
fprintf(stderr, "postgresql: %p: %s\n", conn, query);
fprintf(stderr, "gb.db.postgresql: %p: %s\n", conn, query);
fflush(stderr);
}