[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:
parent
4c3370908c
commit
1673061eee
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue