mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-08 22:58:17 -04:00
DBD-SQLite: replaced last DBILOGFP with DBIc_LOGPIO(imp_xxh) as strongly recommended in DBI::Changes (see notes for 1.31)
This commit is contained in:
parent
802b1648d1
commit
9949f79127
1 changed files with 1 additions and 1 deletions
2
dbdimp.c
2
dbdimp.c
|
@ -74,7 +74,7 @@ sqlite_db_login(SV *dbh, imp_dbh_t *imp_dbh, char *dbname, char *user, char *pas
|
|||
char *errmsg = NULL;
|
||||
|
||||
if ( DBIc_TRACE_LEVEL(imp_dbh) >= 3 ) {
|
||||
PerlIO_printf(DBILOGFP, " login '%s' (version %s)\n",
|
||||
PerlIO_printf(DBIc_LOGPIO(imp_dbh), " login '%s' (version %s)\n",
|
||||
dbname, sqlite3_version);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue